I started by scanning the target machine for any open ports and services running on those ports using the Nmap tool. nmap -p- -A <IP> We have an Apache server running on port 80, let’s gobuster it : gobuster dir --url http://<IP>/ --wordlist=/usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt -x js,php,txt,html,/ -t 100