Mass Scan
This is an Mass scan cheat sheet for active information gathering.
Target specification
# Target specification
masscan 10.0.0.1
masscan 10.0.0.0/24 192.168.1.0/24
# Exclude IP file
masscan 10.0.0.1/24 --excludeFile <file>
# Exclude a single IP from the scan
masscan 180.215.0.0/16 --exclude=180.215.122.120Port specification
# Port specification
masscan 10.0.0.0.1 -p 80
masscan 10.0.0.0.1 -p 0-65535
masscan 10.0.0.0.1 -p 80,443
# UDP Scan
masscan 10.0.0.0.1 -pU 53Timing and Performance
Output
Complete commands
Last updated
