Infrastructure Enumeration

Domain Information

curl -s https://crt.sh/\?q\=qu35t.pw\&output\=json | jq .

Filtered by the unique subdomains.

curl -s https://crt.sh/\?q\=qu35t.pw\&output\=json | jq . | grep name | cut -d":" -f2 | grep -v "CN=" | cut -d'"' -f2 | awk '{gsub(/\\n/,"\n");}1;' | sort -u

openssl s_client -ign_eof 2>/dev/null <<<$'HEAD / HTTP/1.0\r\n\r' -connect "qu35t.pw:443" | openssl x509 -noout -text -in - | grep 'DNS' | sed -e 's|DNS:|\n|g' -e 's|^\*.*||g' | tr -d ',' | sort -u

Cloud Resources

intext:COMPANY inurl:amazonaws.com

References

Last updated