Infrastructure-based Enumeration
curl -s https://crt.sh/\?q\=<target-domain>\&output\=json | jq .for i in $(cat ip-addresses.txt);do shodan host $i;doneLast updated
curl -s https://crt.sh/\?q\=<target-domain>\&output\=json | jq .for i in $(cat ip-addresses.txt);do shodan host $i;doneLast updated