Collect Certificate Transparency Names for Scope Review
# Replace example.org only with an approved domain from the case scope.
domain="example.org"
curl --silent --get "https://crt.sh/" \
--data-urlencode "q=%.$domain" \
--data-urlencode "output=json" \
--max-time 15 > "ct-$domain.json"