
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..

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


