10 Practical Nmap Commands
10 Practical Nmap Commands
Nmap is a tool used for determining the hosts that are running and what services the hosts are running.
n this article, we will cover some useful practical examples of Linux namp command. The primary Uses of
nmap is:
Fast Scan
You can use this scan to check the most common 100 ports.
$ nmap -T4 -F 172.16.0.14
e.g:
However, this only works if the device is in the same network with the scanning host. If you are scanning a
10.x.x.x network in 172.16.0.x network, MAC address won’t display