Table of Contents
Nmap
nmap -A -T4 -p- -v -oN nmap.txt <host>
Masscan
masscan -p 1-65535 <host> -e <interface> --rate=<rate>
Unicorn Scan
us -mT -Iv <host>:<ports[a|]> -r <rate[3000|]> -R <round[3|]>
Hey, KEEP CALM and hack away…
nmap -A -T4 -p- -v -oN nmap.txt <host>
masscan -p 1-65535 <host> -e <interface> --rate=<rate>
us -mT -Iv <host>:<ports[a|]> -r <rate[3000|]> -R <round[3|]>