description |
---|
Information Gathering and Footprinting & Scanning |
whois foo.bar
sublit3r -d foo.bar
fping -a -g 10.10.10.0/24
nmap -sS -n 10.10.10.0/24
nmap -Pn -A -O 10.10.10.10
nmap -sC -sV -A -T4 10.10.10.10 --open
nmap -sC -sV -A -T4 -p- 10.10.10.10 --open