crtsh.sh 117 B

12345
  1. #!/bin/sh
  2. exec curl -s "https://crt.sh/?q=%25.$1&output=json" | jq -r '.[].name_value' | sed 's/\*\.//g' | sort -u