I legally defaced this website.

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ต.ค. 2024

ความคิดเห็น • 419

  • @pyqio
    @pyqio ปีที่แล้ว +1421

    As someone who works in the reliability engineering team of a medium-sized corp, this is literally one of my worst nightmares. People don't realise how easy it is to create vulnerabilities in bigger projects.

    • @ForgottenChronicler
      @ForgottenChronicler ปีที่แล้ว +44

      I'll always remember the story of a group of kids who hacked into Epic Games and stole a TON of data from them because someone at the lower level reused passwords

    • @Katt--
      @Katt-- 11 หลายเดือนก่อน +11

      ​@@illsmackudownwhat?

    • @mr_jerryrune
      @mr_jerryrune 10 หลายเดือนก่อน +1

      @@Katt--u have nightmares when you sleep and dream so he was saying why do dreamers get jobs

    • @kiwipomegranate
      @kiwipomegranate 10 หลายเดือนก่อน +9

      @@illsmackudowneveryone dreams?? Anyone can have nightmares? Even if you don’t remember your dreams they are very important for your short and long term memory storage

    • @nintendu64
      @nintendu64 9 หลายเดือนก่อน

      Cloudflare is free along with nginx, fail2ban and ufw. Whitelist the cloudflare cidr blocks on 443 and block everything else inbound. Then just need to focus on your jr devs new search bar :)

  • @Gmarkooo
    @Gmarkooo ปีที่แล้ว +462

    Ur Channel is underrated. Please dont stop posting, I know your channel will blow up one day.

    • @thehackerish
      @thehackerish  ปีที่แล้ว +52

      Thanks for the warm comment. Don't hesitate to share it with your fellow buddies

    • @Gmarkooo
      @Gmarkooo ปีที่แล้ว +5

      @@thehackerish Will do

    • @Exotic69420
      @Exotic69420 ปีที่แล้ว

      ​@@thehackerishgot recommend to me so you're getting recommended

    • @GunsandGuitars69
      @GunsandGuitars69 ปีที่แล้ว +4

      That's his main goal.

    • @4louisMC
      @4louisMC ปีที่แล้ว +1

      @@thehackerishIm not a dev, but this was very interesting! Gread vid!

  • @Zuzyk
    @Zuzyk ปีที่แล้ว +402

    Another solution instead of the file api could be to name the file ”0.php%00%.jpeg”. The check might be looking for the filename to end with .jpeg but in some versions of php when php writes the file to disk it looks for the first null character in the filename to know when it’s “done”. That way “0.php%00%.jpeg” becomes “0.php”

    • @Aera223
      @Aera223 11 หลายเดือนก่อน +23

      I literally have a page called 0.php as my admin page, but I protect it with both a url parameter and an access code (And modified my directory listing to exclude sensitive files)

    • @NoahtheEpicGuy
      @NoahtheEpicGuy 11 หลายเดือนก่อน

      @@Aera223 Simple. Zuzyk hacked you. Good luck... to both of you.

    • @nothingnothing1799
      @nothingnothing1799 10 หลายเดือนก่อน

      ​@@Aera223good to know, might have to take a look at your website

  • @CaliberCreativity
    @CaliberCreativity ปีที่แล้ว +832

    As a Junior offensive cybersec student this was so informational. I loved the methodical method you explained and really liked to watch the whole process.
    I always struggle to find good methodical aproches from where to start and how to deal with roadblocks when trying to sort things out.
    Hope to see more of this on your channel

    • @thehackerish
      @thehackerish  ปีที่แล้ว +71

      Glad it was helpful! There are similar challenges I already solved in the Penetration Testing playlist. Make sure to watch them as well, so many hacking techniques available

    • @bikdigdaddy
      @bikdigdaddy ปีที่แล้ว +4

      @@thehackerishthank you so much. i subbed and hoping for awesome content :)

    • @BillAnt
      @BillAnt 7 หลายเดือนก่อน

      Too many basic oversights here, like leaving an html.bak open including a hash with a simple password like "frank!!!" smh this guy deserves to be hacked. lol

    • @piggy004
      @piggy004 4 หลายเดือนก่อน +1

      @@thehackerishyou are a good hacker.

  • @qwoolrat
    @qwoolrat ปีที่แล้ว +110

    to think all of this can be mostly protected by ratelimiting the user and not letting them send thousands of requests in a few minutes

  • @tbuk8350
    @tbuk8350 ปีที่แล้ว +267

    If you would want to secure that, an API shouldn't take a file as an input, you should store any user-uploaded files with an ID that you store in a database and have the API reference that ID to find the file. That's already the whole "access any file on the system" issue fixed.
    Then, you should make sure that the API is the only thing that can access those user-uploaded files, and you should make sure the code behind your API treats the data as a string and doesn't execute it.
    It is also generally good practice to have every admin page locked with a secure, hashed password, and if you want to go above and beyond the server should only take requests from your private key, any incorrectly encrypted requests should be ignored as they didn't come from your key.

    • @Q2FwaXRhbGlzbSBiYWQu
      @Q2FwaXRhbGlzbSBiYWQu ปีที่แล้ว +20

      You forgot that you should always keep your system up-to-date, no matter if you only host a website on it or it's your main computer.

    • @tanza3d
      @tanza3d ปีที่แล้ว +7

      alternatively you can use an S3/R2 storage for files instead which worst case allows attackers to view all the files on the storage

  • @Cornell_
    @Cornell_ ปีที่แล้ว +131

    As someone who's currently developping a pretty big web app these videos always scare the shit outta me man ! I am pretty confident that I'm able to produce "safe" code but, the fear's always present. Love the content tho

    • @thehackerish
      @thehackerish  ปีที่แล้ว +48

      It always helps inviting ethical hackers to be sure. If your company can make it happen, request a pentest

    • @txic.4818
      @txic.4818 ปีที่แล้ว

      invite bug bounties ^^

  • @KangJangkrik
    @KangJangkrik ปีที่แล้ว +40

    "Be a developer first, before being a hacker" - my mentor

    • @DJTimeLock
      @DJTimeLock ปีที่แล้ว +19

      The best hackers are the best developers too. It takes understanding what you write to identify possible security issues.

    • @maximonlinee
      @maximonlinee 9 หลายเดือนก่อน +7

      also think like a hacker when programming sensitive stuff

    • @f.reaky_carlos
      @f.reaky_carlos 11 วันที่ผ่านมา +1

      you can't break what you can't build

  • @larry1851
    @larry1851 ปีที่แล้ว +90

    The File API should have been configured to only give access to specific folders.
    For the upload API you could search for code symbols etc.
    Also a cooldown for login attempts would slow down such bruteforce attacks.
    But this was a very good and informational video.
    Also a follow up video where you would go into detail on how to prevent such exploitation would be great.

  • @yima7
    @yima7 ปีที่แล้ว +41

    i started studying cyber sec a couple months ago and your channel is a gem, really keeps me motivated as a see the things i'm learning being applied and it helps a lot with piecing together an image. Thanks a lot for sharing this :)

    • @thehackerish
      @thehackerish  ปีที่แล้ว +1

      Great to hear! Thanks for your lovely comment. Best of luck in your career

    • @CoconutPb
      @CoconutPb ปีที่แล้ว

      Where you doing this at homie ive been wanting to get into it

    • @thehackerish
      @thehackerish  ปีที่แล้ว +4

      There are many online labs I explained in previous videos. Look for root-me, tryhackme, hackthebox, hacker101 and ctfchallenge.com

  • @mx338
    @mx338 ปีที่แล้ว +37

    Especially of you're a developer, you should just use static site generation or write a HTML site from scratch, for a simple site like this.
    Static HTML allows for no attack surface and even a default config web server on an up to date, reasonably secured Linux system, should provide practically no attack surface.

    • @gayusschwulius8490
      @gayusschwulius8490 10 หลายเดือนก่อน

      Static HTML (with CSS, obviously) should be the default for all websites anyway. Non-exploitable, small file sizes, no spying on users, accessible from all browsers and devices. PHP should be used only where it adds to functionality; JS should be used even more sparingly only where strictly unavoidable for a certain functionality (and it should always be possible to use all non-JS-dependent features of a site even without it installed). In web development, less is more.

  • @scary34
    @scary34 ปีที่แล้ว +31

    Your channel is so underrated , LOVE IT

    • @thehackerish
      @thehackerish  ปีที่แล้ว +1

      Thank you so much!! Share and spread love ❤

  • @TechAmbition
    @TechAmbition ปีที่แล้ว +18

    Man this was straight Information, No Stupid Intro, No Freaking, Direct Knowledge❤

  • @Rudxain
    @Rudxain ปีที่แล้ว +21

    I learned a lot from this video! However, at 17:08 I knew what you were gonna try. Appending "garbage" data to a JPEG or PNG is "the oldest trick in the book". In rare cases, we can trick the server into stripping the header, allowing us to upload arbitrary files without extra data

  • @willhearn9191
    @willhearn9191 ปีที่แล้ว +33

    You had access to an anonymous FTP server. I believe you could have uploaded a PHP backdoor and used the LFI to include the script.

    • @thehackerish
      @thehackerish  ปีที่แล้ว +14

      Sure! Provided you have the rights to do it

  • @mrobvious6112
    @mrobvious6112 ปีที่แล้ว +34

    Haha, it is like some real world CTF I use to do, and some steps where similar... man, this kind of stuff is what I like to watch so I can memorize it again, and not forget about it.

    • @thehackerish
      @thehackerish  ปีที่แล้ว +3

      Enjoy! And many other similar ones are already in here for you to learn and remember

  • @hakijin
    @hakijin 5 หลายเดือนก่อน +1

    As someone who is not doing anything this video was really helpful on finding annoying comments.

  • @webjohn
    @webjohn ปีที่แล้ว +5

    I feel like that example just screamed "Set-up" on every detail. Putting the basic auth inside an html comment.. creating a "file uploader" and a "file api" with basic html/no css. I would love to see a more mature setup, for example a vServer with basic hardening with Laravel running. This site just looked like it was made as his first website ever.

    • @KennyWlr
      @KennyWlr ปีที่แล้ว +6

      Yeah, it's just a regular rootme with cute hints like "I like PATTERNS" and whatnot and standard CTF set-ups.
      A lot of the steps of regular hacking are mostly the same - enumerating, checking for outdated versions, looking for suspicious comments someone left from development, open directory listings, backup files/version control files, any indications of security misconfigurations, etc. Things are just slower and less "convenient" in real pentests.
      It would definitely be fun to see real security audit videos, but they would be boring for a majority of the viewers on youtube since, let's face it, 95% of the paths we pursue in cybersecurity lead to dead-endst, and a lot of times the real-life vulnerability combinations are a lot more difficult to comprehend than simple CTF challenges like this.
      Dunno if there's a good channel that does actual cyber-security audits on youtube, there are definitely a lot of them that cover reported vulnerabilities. Reading disclosed hackerone vulnerabilities is one of the best fun to read sources, imho.

  • @papatumhare5947
    @papatumhare5947 8 หลายเดือนก่อน +1

    What i understand is this is not simple you have lots of knowledge and better understanding what are you doing with files and how you read error increadible salute sir❤

  • @TypicalNerds
    @TypicalNerds ปีที่แล้ว +4

    If chromebooks weren't so largely restrictive, I would have absolutely taken this opportunity when I was in high-school as the chromebooks they provided were unstable, and unusable after they locked them down excessively.
    Unfortunately the only way around the issues was to bring in a personal laptop instead.

    • @stoneman210
      @stoneman210 5 หลายเดือนก่อน

      I just shimbooted mine lol

  • @rbt-0007
    @rbt-0007 ปีที่แล้ว +6

    Your strategies are quite insightful, no cap. I would always scan the ports first, and if it’s a website, I would do file/directory/subdomain enumeration immediately

    • @SnoppleWopple
      @SnoppleWopple ปีที่แล้ว +1

      Schlawg said no cap 😭😭😭

    • @lukazashovski
      @lukazashovski ปีที่แล้ว +1

      schlawg thinks hes the bill collector@@SnoppleWopple

    • @binglething
      @binglething 7 หลายเดือนก่อน

      Anyone in these replies like skibidi toilet

  • @XdGoldenTigerYT
    @XdGoldenTigerYT ปีที่แล้ว +5

    Yeah, never used Apache. I use nginx, and have my websites in folders that are not in the nginx folder. I also dont use SSH or FTP servers.
    My nginx is running on Windows, so it is easy for me to access the files remotely without needing third party software.
    I used to create websites in PHP, But moved over to JS/TS frameworks like Angular and NextJS.

  • @dannytutor6383
    @dannytutor6383 ปีที่แล้ว +20

    I believe since you already discovered an LFI vulnerability you can upload a file that can allow you to run system commands or upload your deface page and rename it to index.html
    Without exploiting the OS.🤔

    • @thehackerish
      @thehackerish  ปีที่แล้ว +12

      Uploading a file requires some kind of logs pollution I guess. But that's an interesting idea. I will use it in my upcoming video on another use case. Stay tuned

  • @X41-f4t
    @X41-f4t ปีที่แล้ว +16

    You could've saved yourself a bit of brute forcing to find the upload dir by using the LFI to read the upload script. In general, I use any LFI I have to grab as much Backend code as I can to get a better understanding for what's happening behind the scenes, can highly recommend it

    • @thehackerish
      @thehackerish  ปีที่แล้ว +6

      Definitely

    • @xt355
      @xt355 ปีที่แล้ว

      can you explain how you would've done that? thanks a lot

    • @X41-f4t
      @X41-f4t ปีที่แล้ว +6

      @@xt355 the LFI that was used to read /etc/passwd and the contents of some other files can also read and output the php files. You would just have to point it at those files and it spits the code with all the important info out

    • @marsovac
      @marsovac 9 หลายเดือนก่อน

      You realize that he was not hacking a real website, but he made this one as a scenario for a youtube video? Frank with email as nobody and some stock text as data gives hints, also a pasword hash inside a a .bak file? What's the purpose of a hash of "frank!!!" when you cannot use it in any way when hashed. That part made no sense.
      Anyway if he did what you ask he would skip half of the video.

  • @sebastianramadan7863
    @sebastianramadan7863 ปีที่แล้ว +21

    Each additional service increases the surface area, particularly if it leaks version info. There may also be version info in the HTML code. I think there's also a step where franks password may have worked on ftp, so maybe you got the directory structure without bruteforce...

  • @azimulhasan4391
    @azimulhasan4391 ปีที่แล้ว +20

    amazing content , gives a lot of insights on exactly whats going on in the websites

  • @wealth-wise2day
    @wealth-wise2day 5 หลายเดือนก่อน +1

    tip: if you're using a web hosting service, make a backup on there and a physical one. same for a server that you personally host

  • @wrathofainz
    @wrathofainz ปีที่แล้ว +7

    I remember my first hack. I used blind sql injection and got the login details of admin and used it to replace images on the site with memes.
    Good times.

  • @Scarletdevilish
    @Scarletdevilish 11 หลายเดือนก่อน +2

    I know nothing about hacking but these videis are very interesting to me, you guys are very intelligent, my brain gets very confused watching it but It's still very fun to watch it 😂

  • @abdelbakiberkati
    @abdelbakiberkati 6 หลายเดือนก่อน +2

    - i got remote code execution on the server !
    - i should use it to learn more about the server !
    Said no hacker ever

  • @zeekjones1
    @zeekjones1 ปีที่แล้ว +4

    The best way to keep things secure is to have your password list and your user lists both offline, and split into separate file locations.
    If you only ever are going to need them very occasionally, the extra steps of having to reference both halves wouldn't be too bad.
    An extra step is having a list of fake data, that looks real, but is actually a cypher for the real data.

  • @It_is_adrenalin
    @It_is_adrenalin ปีที่แล้ว +2

    well, underrated AF, keep it going man! Apreciating your content

  • @septcoco
    @septcoco ปีที่แล้ว +8

    Instructions unclear, I somehow hacked NASA's website and got life sentence.

    • @theorangeoof926
      @theorangeoof926 10 หลายเดือนก่อน +1

      *pastes flat earth conspiracy stuff for extra deviousness on april fools*

  • @37j.
    @37j. 11 หลายเดือนก่อน

    I have never seen anyone defacing a web page in details like this before .❤❤

  • @studyaccount1234
    @studyaccount1234 5 หลายเดือนก่อน

    thank you so much your videos are so informative, i recently learned how to self host a website, and i didnt know we needed to disable directory listing...

  • @vagabund6778
    @vagabund6778 6 หลายเดือนก่อน +1

    Most of these vulnerabilities are disabled by default in apache, like directory traversal and directory listing.
    Anyways good job

  • @m4rt_
    @m4rt_ 5 หลายเดือนก่อน +1

    My website has no vulnerabilities, it's just HTML and a little CSS.
    Though there may be some on the server side (the stuff hosting the HTML and CSS files), but I'm just using something similar to GitHub pages, so I don't really have to worry about that stuff.

  • @kipchickensout
    @kipchickensout ปีที่แล้ว

    It's so nice to watch, especially when I know most of the stuff you used or did, but would've never thought about using it :)

  • @COALROCK8642
    @COALROCK8642 ปีที่แล้ว +2

    In first 5 mins is more like tinkering with stuff to realise this 'victim' did not forget to change passwords and search in documentation to, practice back-door access.
    I'm not in cyber much. But things are closed loop now and all you need to do is just disable back door access or someone is trying to penetrate you.

    • @thehackerish
      @thehackerish  ปีที่แล้ว

      If by closed loop you mean logging and monitoring, I would say not many have implemented them. And some of those who did don't have detection rules in place, and some of those who have detections are just buried in false positives and don't act timely

    • @COALROCK8642
      @COALROCK8642 ปีที่แล้ว

      I have my theory. There are 4 classes of defense and offense; Class D Defense and offense, more for end-non-educated users. Just have practises like passwords and disabling strange access. Class C, You know some coding or a brute force of 24hours is enough to crack. Or do hash-pass. Class B, Where I expect top professionals, Knowing internal compenents and only a internal memeber of code can save or attack. Class A, Impossible to hack and Top class defense. Penetrating a Class A setup only means onething, either your are internal memeber or you are the first suspects for breach in security@@thehackerish
      This classification is not on basis of deployment but on basis of process, actions, steps to perform. Know such classes will downsize your first suspects and candidates for testing with trust, or betrayal-detection to earliest.

  • @TheCatstronaut
    @TheCatstronaut ปีที่แล้ว +1

    as someone who lives in colorado, i can confirm that..
    DO NOT TRUST THE WEATHER PREDICTIONS!
    colorado is cool until they say its winter tomorrow but then its actually summer

  • @rodricbr
    @rodricbr ปีที่แล้ว +2

    frank should reconsider learning the basics of web development

  • @maxhogan6504
    @maxhogan6504 5 หลายเดือนก่อน

    I just made a portfolio with this template and the thumbnail had be scared a second

  • @JustAPersonWhoComments
    @JustAPersonWhoComments ปีที่แล้ว +6

    Plot twist: The developer watched this video and defaced their own website to test the hacker's skills

  • @Swampert_Tube
    @Swampert_Tube ปีที่แล้ว +1

    Great video! I just graduated college with degree in cyber security recently and just found your channel. You gained a sub

  • @Dokattak
    @Dokattak ปีที่แล้ว +10

    If I ever make a website, I will use this as a reference.
    I’ll also make unpredictable file names.

    • @Demopans5990
      @Demopans5990 ปีที่แล้ว +8

      Or use static pages with nothing fancy. As for other vectors, you could do something funny and assign SSH to port 1 or something

    • @Galactipod
      @Galactipod ปีที่แล้ว +6

      "I'll also make unpredictable file names."
      Obscurity is not security. It'll just take the hackers a couple more seconds to get to them.

    • @Dokattak
      @Dokattak ปีที่แล้ว +2

      @@Galactipod I never said it was security.

    • @PronunciationPam-ho3bu
      @PronunciationPam-ho3bu ปีที่แล้ว

      Name one "ijustthrew8saplingsintosulfuricacid.jpeg"

    • @furr63
      @furr63 ปีที่แล้ว +1

      "Unpredictable file names"
      Paswood/Ass/basicbee

  • @Marshall...
    @Marshall... ปีที่แล้ว +22

    00:14 🚀 The video aims to demonstrate how hackers find vulnerabilities in websites and exploit them.
    00:40 🕸 Hackers generally start by using the website normally, exploring every link, page, and feature.
    02:31 ⚠ Directory listing should be disabled to prevent unauthorized access to files.
    03:42 🛠 The video covers brute-force attacks to find hidden folders and features.
    06:27 🔍 Port scanning is another method used to find potential weak points in the server.
    11:06 📂 The video demonstrates a Local File Inclusion (LFI) vulnerability.
    14:48 🤦‍♂ Developers should not leave backup files or comments that reveal sensitive information.
    17:20 📤 File upload features should be properly coded to prevent abuse.
    22:06 🎯 Exploiting vulnerabilities can lead to remote code execution on the server.
    24:06 🛡 Keeping server and software up-to-date is crucial for security.
    25:38 😱 The video concludes by showing how easy it is to deface a website if vulnerabilities are not addressed.

  • @abdelrahman5094
    @abdelrahman5094 ปีที่แล้ว +21

    the goal of this video : never use php

    • @thehackerish
      @thehackerish  ปีที่แล้ว +1

      Rather develop secure code

    • @hamadaelwarky3640
      @hamadaelwarky3640 ปีที่แล้ว

      ​@@thehackerishshould I use php?
      I am currently learning ut

  • @vlogsprasenjit
    @vlogsprasenjit ปีที่แล้ว +1

    Thank you for this video! Loved it

    • @thehackerish
      @thehackerish  ปีที่แล้ว +1

      Glad you enjoyed it! Share it in your network

  • @desmondevelops
    @desmondevelops 10 หลายเดือนก่อน +1

    idk what youre doin but its entertaining

  • @kallbacks9677
    @kallbacks9677 4 หลายเดือนก่อน

    As a beginner bug hunter this was very informative

  • @ytg6663
    @ytg6663 ปีที่แล้ว +5

    Sir please start an manual exploit development series Based on Real world exploits Like EternalBlue, SMBGhost, Discovering bugs in new SAMBA//Apache versions

  • @CyberDevilSec
    @CyberDevilSec 6 หลายเดือนก่อน

    Very underrated channel!! You got my sub

  • @smit359
    @smit359 3 หลายเดือนก่อน +1

    This is it my college website is done now 💥

  • @meltymooncakes
    @meltymooncakes ปีที่แล้ว +2

    so what you're telling me is i should always have an ftp server with just an image of a troll face in it

  • @Username8281
    @Username8281 ปีที่แล้ว

    Amazing video. Good stuff!

  • @RawShogun
    @RawShogun 9 หลายเดือนก่อน

    As someone who doesn’t know sh*t about cybersecurity this was fascinating!
    Edit: I got into a companies admin dashboard; which contained the link to their code in Git hub. What now?

  • @justarandomcat7
    @justarandomcat7 ปีที่แล้ว +5

    Beautiful walkthrough , just a question , why the server has executed phpinfo while the file extension was still jpeg and the content type was also image/jpeg ?

    • @thehackerish
      @thehackerish  ปีที่แล้ว +6

      Great question, it's because I loaded the jpeg using the lfi, where the content type is text/html and the php code is evaluated

    • @justarandomcat7
      @justarandomcat7 ปีที่แล้ว +1

      @@thehackerish That is amazing I didn't know about that , thank you so much for your reply and keep making awesome content 🥰

  • @letruxux
    @letruxux ปีที่แล้ว +1

    I have little to no knowledge about this but I enjoyed this video! keep up

  • @abdessalam8468
    @abdessalam8468 ปีที่แล้ว

    We missed you bro

  • @l21kato
    @l21kato 18 วันที่ผ่านมา +1

    I've got no idea on what is happening here I'm just learning python please leave me alone mr hacker

  • @KoleckOLP
    @KoleckOLP 11 หลายเดือนก่อน +2

    how did you get into the shell of the server, you glossed over that, I assume you used the ssh, but where did you get the credentials for the ssh?

    • @thehackerish
      @thehackerish  11 หลายเดือนก่อน

      It's a reverse shell.

  • @kosmisch9
    @kosmisch9 8 หลายเดือนก่อน +2

    Nice video! What tools are you using?

    • @tilde00
      @tilde00 7 หลายเดือนก่อน

      practically everything on linux if you watch you can see

  • @GeneralPurposeVehicl
    @GeneralPurposeVehicl 11 หลายเดือนก่อน

    In a few days I am anout to reactivate my server. The timing of finding this was perfect.

  • @mohmino4532
    @mohmino4532 ปีที่แล้ว

    it was amazing sir keep going ❤

  • @inqmusician2
    @inqmusician2 7 หลายเดือนก่อน

    If I wanted to really ruin this website, I would try to gain access to SSH and delete every file on the front end. That's why version control is important. Also, the public keys are important too. But, for the root me problem, the defacement shown here is enough to demonstrate how websited can be defaced.

    • @ryonosKaitasa
      @ryonosKaitasa 7 หลายเดือนก่อน

      i would steal everything , and nullroute their hosting by scanning

  • @flooooooooooooooooo
    @flooooooooooooooooo ปีที่แล้ว

    That was so awesome i am going to try some of these recipes on my RESTful API

  • @RATUSUKUNA
    @RATUSUKUNA 7 หลายเดือนก่อน

    This is a wonderful way to learn how to be a pentester I just wanna know how you install the Ctf/Chainz I'm getting confused, if you could explain what and how to do these stuff more specifically I would really appreciate it.🙏🙌

  • @nintendero65
    @nintendero65 ปีที่แล้ว +2

    Im scared and im turning off my webserver asap!!

  • @cfwproductions
    @cfwproductions ปีที่แล้ว +3

    As someone who does not have cybersecurity knowledge, what would the best forms of protecting your website be? Such as from brute force and by other means.

    • @thehackerish
      @thehackerish  ปีที่แล้ว +6

      I would say apply recommendations of the owasp top 10. The golden rule would be to never trust user input

    • @cfwproductions
      @cfwproductions ปีที่แล้ว +1

      @@thehackerish thank you! I am looking into it and will implement it!

  • @xizt5973
    @xizt5973 ปีที่แล้ว +10

    This reminds me of webservers security in 2006 🤣

  • @MizManFryingP
    @MizManFryingP 5 หลายเดือนก่อน +2

    Question - why would a server not block you after being spammed with requests for all of these brute force attacks?

  • @vinayakanramesh2552
    @vinayakanramesh2552 3 หลายเดือนก่อน

    "I don't want to be evil" , *hacks the website *

  • @dynamohack
    @dynamohack ปีที่แล้ว

    thanks to you now i can prevent attackers

  • @feedyjk7573
    @feedyjk7573 ปีที่แล้ว

    loved how you used malay for the click here button

  • @Tudify
    @Tudify 10 หลายเดือนก่อน

    Some of that webpage was in HTML3, as the tag was used: and that sites files were REALLY insecure

  • @QWERTYQwertz852
    @QWERTYQwertz852 ปีที่แล้ว

    Really good Video and nice channel!

  • @mofassil_noor_alif
    @mofassil_noor_alif ปีที่แล้ว

    Wow !!! What is this video !! What have i found ! I have to thank the shitty algorithm of TH-cam this time ❤️ Keep going bro ❤️ you'll shine like the brightest star ❤️

    • @thehackerish
      @thehackerish  ปีที่แล้ว

      Thanks for the warm feedback 😀

  • @sarimbinwaseem
    @sarimbinwaseem ปีที่แล้ว +4

    24:15 What just happened here? How you gained access to the terminal of the server to run exploit?

    • @thehackerish
      @thehackerish  ปีที่แล้ว +2

      You have a keen eye, I was waiting for someone to ask that. It's actually a reverse shell that I ran to get the remote prompt, then I downloaded the exploit from internet. +1 for your comment.

    • @sarimbinwaseem
      @sarimbinwaseem ปีที่แล้ว

      @@thehackerish Thanks for appreciating.. Really happy that you replied.. So do I have to watch video again for reverse shell or it's in another video of yours?

  • @Elia33337
    @Elia33337 3 หลายเดือนก่อน

    This video made me love ethical hacking and now i'm trying to learn it a bit more. Any tips?

    • @thehackerish
      @thehackerish  3 หลายเดือนก่อน

      Start with the basics, nowadays there are many online platforms that teach that. I also have a course on Udemy that walks you from 0

  • @qaxiumite9193
    @qaxiumite9193 11 หลายเดือนก่อน +1

    so what i've learned it naming your stuff the most atrocious, random stuff is actually a bit more secure

    • @thehackerish
      @thehackerish  11 หลายเดือนก่อน +1

      No, you should not rely on security by obscurity. Protect your paths with proper authorizations

    • @rpggames7314
      @rpggames7314 11 หลายเดือนก่อน

      ​@@thehackerish ill do you one better
      doing both

  • @NicoPlyley
    @NicoPlyley ปีที่แล้ว +3

    Great video! But I'm wondering why not use the file return to return the upload.php file that the uploader was posting to and get the path that way?

    • @thehackerish
      @thehackerish  ปีที่แล้ว +2

      That's a great idea indeed!

  • @HikaruAkitsuki
    @HikaruAkitsuki ปีที่แล้ว +1

    So instead we publish website with standard naming convention on file system and routes in production, it is more secure to name files and folder with random ASCIIs maybe 256 long or more so that we can counter the exploits of the hacker tools?

    • @thehackerish
      @thehackerish  ปีที่แล้ว +2

      Yeah, that would add some complexity for the hacker

  • @deveren
    @deveren ปีที่แล้ว +1

    Cool stuff dude

  • @unusedaccount-b7t
    @unusedaccount-b7t ปีที่แล้ว

    aight. this gotta go to watch later because i need to watch full verison of this when i got itme

  • @JohnDoeSec
    @JohnDoeSec 11 หลายเดือนก่อน +2

    Sheeesh, look at this guy go🥰

  • @Prashanth-fg5dc
    @Prashanth-fg5dc ปีที่แล้ว

    This is so nice that i immediately Subbed to you :)

  • @pajeetsingh
    @pajeetsingh 8 หลายเดือนก่อน

    Where is that development protection coming from? Apache? Php? Custom auth?

  • @Will-uv9kx
    @Will-uv9kx 5 หลายเดือนก่อน

    I used to do this for fun as a kid, sql injections were fun back then, also cms privilege escalation

  • @cyberwar7
    @cyberwar7 2 หลายเดือนก่อน

    Bro Provide Us Full Details Video On Every Attacks You Used In This Video ❣️

  • @goobertnelius
    @goobertnelius 2 หลายเดือนก่อน

    The issue is that they used php. Its even worse because they had their dev branch on their production server.

  • @parkerzanta
    @parkerzanta ปีที่แล้ว

    I really liked this video!

  • @no_1p
    @no_1p ปีที่แล้ว

    Dude , you're amazing !!

  • @assassin8570
    @assassin8570 หลายเดือนก่อน

    thank you for this video!

  • @softbread1728
    @softbread1728 ปีที่แล้ว +1

    Had me until the "FRANKuploads" part. I kinda smell bs and that you were stuck and got a hint. Highly doubt you searched specifically uploader, and saw that he "loves PATTERNS" and decided to use that pattern. Nonetheless, the video was good.

    • @thehackerish
      @thehackerish  ปีที่แล้ว +2

      Next time, I will read the upload source code ;)
      Thanks for the feedback 😀

  • @Peelinf
    @Peelinf 11 หลายเดือนก่อน

    This is good for a cybersec. I will do like that on future..

  • @fredianriko5648
    @fredianriko5648 ปีที่แล้ว +1

    Great video, could you please make a video on hacking a website with latest stack? Such as the app using react js and deployed on google kubernetes engine? Or just maybe a google compute engine (vm)

    • @thehackerish
      @thehackerish  ปีที่แล้ว

      I will see what I can find

    • @fredianriko5648
      @fredianriko5648 ปีที่แล้ว

      @@thehackerish cool, thank you sir

  • @waffleurr
    @waffleurr ปีที่แล้ว

    I dunno, I’m not junior cybersecurity specialist but I think it doesn’t seem plausible or practical. No one leaves passwords like that. And the chance you can brute force a password with rockyou wordlist, especially the one made by web devs, is very low. I wouldn’t even rely on it. I think any adequate hashcat user uses rainbow tables and combinations, especially when we have pretty speedy gpus nowadays.

    • @thehackerish
      @thehackerish  ปีที่แล้ว

      Good point, but what about test accounts in test environments?

  • @OfficialSaul
    @OfficialSaul 10 หลายเดือนก่อน

    Kyivstar be like: what the f is this, you know, we don’t care!
    Recently: ☠️

  • @tsumogi
    @tsumogi ปีที่แล้ว +1

    this is like cocomelon for pentesters

  • @shukurulloxkomiljonov5423
    @shukurulloxkomiljonov5423 ปีที่แล้ว

    I watched your video. But i don't understand. How did you get access to server. You compiled something. It looks line base64 of something. But what was is that?
    I which software you used for repeating or bruteforce requests.
    I am not negative just interesting.

    • @thehackerish
      @thehackerish  ปีที่แล้ว

      You're right, it was a bit rushed. I downloaded an exploit from the internet. And for the tool, it's called burpsuite

    • @shukurulloxkomiljonov5423
      @shukurulloxkomiljonov5423 ปีที่แล้ว

      ​@@thehackerish Ok. What actually did this exploit. I thing so this exploit allows to be root user without password. If it's true can we use this for any linux distro or other ubuntu version.
      Sorry for bad english. Thanks for software.