mirror of
https://github.com/The-Art-of-Hacking/h4cker.git
synced 2025-08-02 19:26:25 -04:00
Update dns-recon2.sh
This commit is contained in:
parent
0f8b967128
commit
2e596475f9
1 changed files with 1 additions and 2 deletions
|
@ -2,5 +2,4 @@
|
|||
# bruteforce subdomains
|
||||
# Use a wordlist of your choice. I am using dnscan's wordlist in this example
|
||||
|
||||
for domain in $(cat /usr/share/wordlists/dnscan/subdomains-100.txt);
|
||||
do host $domain.h4cker.org;sleep 2;done | grep has | sort -u
|
||||
for domain in $(cat /usr/share/wordlists/amass/fierce_hostlist.txt); do host $domain.h4cker.org; done | grep -v NXDOMAIN | sort -u
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue