You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
225 B
Plaintext

# Usage is similar to nmap. To scan a network segment for some ports
masscan -p80,8000-8100 10.0.0.0/8
# scan the entire Internet excluding exclude.txt
masscan 0.0.0.0/0 -p0-65535 --excludefile exclude.txt --max-rate 100000