Difference between revisions of "Nmap"

From Gangplank
Jump to navigation Jump to search
m
Line 6: Line 6:
nmap 192.168.1.*
nmap 192.168.1.*


The resulting output shows you a list of the discoverd devices with their accessible network ports.
You can specify a specific IP address to scan a single host or use an asterisk (wildcard character) to scan an entire subnet. The resulting output contains a list of discoverd devices with their hostname, IP address and active network ports.


== References ==
== References ==

Revision as of 12:15, 16 April 2021

Nmap (Network Mapper) [1] is a cross-platform (BSD, Linux, Mac, Windows) utility for network discovery and security auditing.

Network discovery example

In a terminal window type:

nmap 192.168.1.*

You can specify a specific IP address to scan a single host or use an asterisk (wildcard character) to scan an entire subnet. The resulting output contains a list of discoverd devices with their hostname, IP address and active network ports.

References

External links

https://nmap.org