Subdomains

crt.sh

https://crt.sh/arrow-up-right

Curl Command on Ubuntu:

PREREQUISITES:

  • curl

  • $ export domain_name={domain_name}

  • $ export organization_name={organization_name}

Add the following curl command to a file named crt.sh

curl -s "https://crt.sh/?q=$domain_name&output=json"

Run the following commands in bash:

chmod +x crt.sh
./crt.sh | jq -r '.[].name_value' | grep "\.$domain_name$" | sort -u | anew domain.$domain_name.txt
cat domain.$domain_name.txt | httpx -json -status-code -ip -cname -status-code -web-server -tech-detect -title -content-length -content-type -location -favicon -hash sha512 -rt -lc -wc -o httpx_domains.jsonl
cat httpx_domains.jsonl | jq -s '[.[]]' > httpx_domains.json`
cat httpx_domains.json | jq -r '.[] | select(.status_code == 200) | .url' | sort -u | anew httpx_domains_sc_200.txt

Install CLI Tool on Ubuntu: https://github.com/az7rb/crt.sharrow-up-right

Run the following commands in bash:

Steps:

subdomainfinder.c99.nl

https://subdomainfinder.c99.nl/arrow-up-right

Steps:

Run the following command in bash:

Last updated

Was this helpful?