Connect & Digging In
Starting off with a typical htb nmap scan:
nmap -AT4 -Pn -p- -v -oN Jet 10.13.37.10
We can see ports 22, 53, 80, 5555, 7777, and 9201 are open.
Heading over to the website and inspecting the source, we see the first flag
After poking around the website, there appears to be nothing. The next port of interest is 53
Using dig to do a reverse dns query on the server, we find www.securewebinc.jet and securewebinc.jet
adding these to our /etc/hosts file we can now navigate to www.securewebinc.jet to find our 2nd flag.
No Comments