LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Scanning a LAN for specifc ports with Nmap (https://www.linuxquestions.org/questions/linux-newbie-8/scanning-a-lan-for-specifc-ports-with-nmap-891998/)

gen2 07-16-2011 03:47 AM

Scanning a LAN for specifc ports with Nmap
 
I want to identify all the computers on my LAN that have port 80 open. So I want to scan an IP range (192.168.0-255.0-255) and have Nmap print onto the screen all the IP
addresses it scanned that are accepting connections on port 80. How do I do this? I'm
using version 5.21

markush 07-16-2011 03:52 AM

Hello gen2, welcome to LQ,

is this homework?

If it's homework, please tell us what you've tried by your own.
If it is not homework, please tell us why you want to scan other people's ports.

You may also use the man command
Code:

man nmap
which will give you all the required information.

Markus


All times are GMT -5. The time now is 11:32 AM.