Top 32 Nmap Command Examples For Linux Sys and Network Adminsadded on 2020/08/03 @ 14:49:00 | 1427 views| category: hacking-security
Nmap is short for Network Mapper. It is an open-source security tool for network exploration, security scanning, and auditing.
- Scan a single ip address
nmap 192.168.1.1
- Scan a host name with more info
nmap -v server1.cyberciti.biz
- Scan a range of IP addresses
nmap 192.168.1.1-20
tags: #nmap #network #unix #linux