http://iv.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/HTB/Easy/41.html
Nmap done: 1 IP address (1 host up) scanned in 9.36 seconds Part 2 : Getting User Access For this box we're going to enumerate port 80 using a directory enumeration tool written in go called ffuf with one of the wordlists from seclists: [ 10.10.14.13/23 ] [ /dev/pts/13 ] [~/HTB/OpenAdmin]
→ apt install seclists ffuf
[ 10.10.14.13/23 ] [ /dev/pts/1 ] [~/HTB/OpenAdmin]
→ ffuf -u http://10.10.10.171/FUZZ -w /usr/share/seclists/Discovery/Web-Content/common.txt -mc 200,204,301,302,307,401 -o ffuf.txt
...