Machine Info
Machine Info

1. Enumeration:

  • Nmap:

Web Enumeration:

  • http(PORT 80)

  • https(PORT 443) » gives the same result(the same page and source code)

Let’s add this hostname (valentine.htb) from nmap to our /etc/hosts file..

visiting the website » same result nothing different..

Time for Gobuster:

  • $ gobuster dir -u http://Valentine.htb/ -w /usr/share/wordlists/dirb/common.txt -t 30