Task 3: Locating directories using GoBuster
Now that we have a website access, Lets start scanning the website to find any hidden directories. Here this machine required us to use GoBuster tool for that but you can use any other tool. Check Out my Rick & Morty Blog I have used dirbuster tool for same purpose.
GoBuster is a tool used to brute-force URIs (directories and files), DNS subdomains and virtual host names. For this machine, we will focus on using it to brute-force directories.
If you are like me and don’t have gobuster installed in your system, Download GoBuster here, or run sudo apt-get install gobuster
But when I tried to install it, I was having following issues: