Domain Information
(Infrastructure Based Enumeration)
Save output from crt.sh in JSON format
curl -s https://crt.sh/\?q\=inlanefreight.com\&output\=json | jqSort output by name from crt.sh from the JSON format
curl -s https://crt.sh/\?q\=inlanefreight.com\&output\=json | jq . | grep name | cut -d":" -f2 | grep -v "CN=" | cut -d'"' -f2 | awk '{gsub(/\\n/,"\n");}1;' | sort -uCompany hosted servers
for i in $(cat subdomainlist);do host $i | grep "has address" | grep inlanefreight.com | cut -d" " -f1,4;done Shodan - IP list
DNS records
Last updated

