Nmap Command Examples in Linux
Nmap Command Examples in Linux
https://linuxhandbook.com/nmap-command/
Or, you can also specify the range of ports if you want to perform extensive port scans:
nmap -p 20-80 scanme.nmap.org
Similarly, you can use the wildcard * with the IP and it will get the hostname of every
system inside the subnet:
nmap -sL 192.168.1.*