root💀bl4ck4non-sec:~#

Hack. Eat. Sleep. Repeat!!!

View on GitHub

Box: Devvorted

Level: Easy

OS: Easy


Lets get started

Recon

PortScanning

command:sudo nmap -A 10.129.49.198 -v -p- -T4

From our scan we have 2 open ports, port 22 which runs the ssh service and port 80 which runs the http service. Our enumeration today will be focused on port 80.

Enumeration

Navigate to the webpage

image

We’ll add the domain name to our /etc/hosts/ file

Now, lets navigate back to the domain name

image