![]() |
VOOZH | about |
Weโre using a free lab on TryHackMe, a hands-on cybersecurity training platform that offers virtual machines for safe ethical hacking practice. Below are the steps to solve the first lab:
To find hidden URLs, we will use a tool called dirb. This tool uses a brute-force approach, by taking a list of potential page names and testing one by one if they exist in your website.
dirb http://fakebank.thmThis will scan the site and reveal hidden paths like:
Output:
Use the browser in the VM to open the discovered pages:
On the /bank-transfer page:
Youโll receive a message like: โSuccess, Deposit completeโ
This is a typical technique used in web penetration testing brute-forcing directories to find admin or sensitive pages. Always perform such tasks with permission in legal environments