πNmap
Simple Scan
# Scan IP
nmap 192.168.100.1 Port Options
# Scan All Ports
nmap -p- 192.168.100.56
# Fast Scan
nmap -f 192.168.100.56
# Scan range of ports
nmap -p 1-100 192.168.100.56
# Scan single port
nmap -p 80 192.168.100.56
# Scan a selection of ports
nmap -p 21,22,25 192.168.100.56IP options
Advanced Scans
Vulnerable scan Option
Best Options :
Last updated