Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
subfinder -d <domain> -o subs.txt subfinder -d <domain> -silent | httpx -silent
cat subs.txt | httpx -silent -status-code -title -tech-detect httpx -l subs.txt -o live.txt -status-code -title -follow-redirects
# Zone transfer dig axfr @<nameserver> <domain> # Subdomain brute gobuster dns -d <domain> -w /usr/share/wordlists/seclists/Discovery/DNS/subdomains-top1million-5000.txt
curl -s "https://crt.sh/?q=<domain>&output=json" | jq '.[].name_value' | sort -u