Jr Penetration Tester- Intro to Offensive Security

Intro to Offensive Security is the first room of Jr Penetration Tester learning path, on TryHackMe. Today, we’ll learn how to solve Intro to Offensive Security’s Task #2 Hacking your first machine.

What do we do?
Open the terminal and type the command…


This content originally appeared on DEV Community and was authored by a.infosecflavour

Intro to Offensive Security is the first room of Jr Penetration Tester learning path, on TryHackMe. Today, we'll learn how to solve Intro to Offensive Security's Task #2 Hacking your first machine.

What do we do?
Open the terminal and type the command gobuster -u hxxp[://]fakebank[.]com -w wordlist.txt dir

*please note the URL defanging is on purpose

💡Be careful, that the wordlist itself shall be in the same path where you run the command from, otherwise the whole path has to be written (e.g: /usr/share/wordlists/rockyou.txt)

Two hidden pages are listed: /images and /bank-transfer. The one useful for this challenge is /bank-transfer.

gobuster

In the URL bar, we're typing fakebank.com/bank-transfer. Then, we send 2000$ from the bank account 2276 to 8881 (your account number).

bank-transfer

And, that's it! We are richer in answers and knowledge!

success


This content originally appeared on DEV Community and was authored by a.infosecflavour


Print Share Comment Cite Upload Translate Updates
APA

a.infosecflavour | Sciencx (2024-07-27T22:27:33+00:00) Jr Penetration Tester- Intro to Offensive Security. Retrieved from https://www.scien.cx/2024/07/27/jr-penetration-tester-intro-to-offensive-security/

MLA
" » Jr Penetration Tester- Intro to Offensive Security." a.infosecflavour | Sciencx - Saturday July 27, 2024, https://www.scien.cx/2024/07/27/jr-penetration-tester-intro-to-offensive-security/
HARVARD
a.infosecflavour | Sciencx Saturday July 27, 2024 » Jr Penetration Tester- Intro to Offensive Security., viewed ,<https://www.scien.cx/2024/07/27/jr-penetration-tester-intro-to-offensive-security/>
VANCOUVER
a.infosecflavour | Sciencx - » Jr Penetration Tester- Intro to Offensive Security. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2024/07/27/jr-penetration-tester-intro-to-offensive-security/
CHICAGO
" » Jr Penetration Tester- Intro to Offensive Security." a.infosecflavour | Sciencx - Accessed . https://www.scien.cx/2024/07/27/jr-penetration-tester-intro-to-offensive-security/
IEEE
" » Jr Penetration Tester- Intro to Offensive Security." a.infosecflavour | Sciencx [Online]. Available: https://www.scien.cx/2024/07/27/jr-penetration-tester-intro-to-offensive-security/. [Accessed: ]
rf:citation
» Jr Penetration Tester- Intro to Offensive Security | a.infosecflavour | Sciencx | https://www.scien.cx/2024/07/27/jr-penetration-tester-intro-to-offensive-security/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.