1. Reconnaissance
Passive Reconnaissance
whois example.comtheharvester -d example.com -l 500 -b googleshodan search "example.com"curl -s https://crt.sh/\?q\=example.com\&output\=json | jq . | grep name | cut -d":" -f2 | grep -v "CN=" | cut -d'"' -f2 | awk '{gsub(/\\n/,"\n");}1;' | sort -u
curl -s https://crt.sh/?q=example.com&output=json | jq .Active Reconnaissance
Last updated