In our company, I want to check if users are running web servers on port 80 and 8080.
I downloaded nmap and ran this command:
nmap -p 80,8080 192.168.1.0-255
I got a list of IPs and tried to access them in my browser (EG: 192.168.1.1:8080) but wasn't able to connect.
Is my nmap command correct?
Thanks!
EDIT:
Here's the response:
Host is up (0.050s latency).
PORT STATE SERVICE
80/tcp open http
8080/tcp open http-proxy