Machine Info
Machine Info

1. Enumeration:

  • Nmap: To scan for open ports and services
  • $ nmap -sC -sV 10.10.10.222

so simply we got only ssh (port 22), web server (port 80)

2. Web Enumeration:

press ctrl+u » to check page source code

so we got these hostnames: http://delivery.htb:8065/ and http://helpdesk.delivery.htb/

  • let’s add them to our /etc/hosts file..

  • 10.10.10.222 helpdesk.delivery.htb delivery.htb