5. What is the legitimate service running on the hidden host? Hint:**********.*.*

I need help pls i dont know was the answer the port is not on and i have make al lost of scans … i am on the question about 6 hours
Penetration Testing and ethical hacking
Nmap Basics 100%
Question 5

5. What is the legitimate service running on the hidden host?

Hint:********..
Informations
Hidden Host Ip 172.16.0.16
host behind the firewall 172.16.0.32
ports 12345

As they say, start with running a TCP connect scan on port 12345 of the host. It will be your first command to run. Then run the same command with sudo (SYN or TCP) on the host to view the new ports opened up. Then you run the scan specifying ports you just found with -p and software version -sV flags and you will get this service name (answer to your question).

1 Like