Difference between revisions of "Nmap"

From Gangplank
Jump to navigation Jump to search
(Created page with "'''Nmap''' (Network Mapper) <ref>wikipedia:Nmap</ref> is a cross-platform (BSD, Linux, Mac, Windows) utility for network discovery and security auditing. == Network disco...")
 
Line 2: Line 2:


== Network discovery example ==
== Network discovery example ==
In a terminal window you type:
In a terminal window type:


nmap 192.168.1.*
nmap 192.168.1.*

Revision as of 15:04, 15 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.*

The resulting output shows you a list of the discoverd devices with their accessible network ports.

References

External links

https://nmap.org