Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 391 Bytes

DNS.md

File metadata and controls

32 lines (22 loc) · 391 Bytes

Tools

dnsx

find subdomains

dig axfr @<target ip> <domain>
# hw:hide responses
wfuzz -H 'Host: FUZZ.test.com' -u http://test.com -w /usr/share/seclists/Discovery/DNS/subdomains-top1million-5000.txt --hw 407

reverse

dig -x <target ip> @<dns_ip>

sublist3r

sublist3r -d DOMAIN

website

https://crt.sh/