mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 01:17:36 +00:00
Merge pull request #829 from V3ntus/patch-1
docs: fix typo in "automation"
This commit is contained in:
commit
1a1282cda2
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ dig -x 2a00:1450:400c:c06::93 @<DNS_IP> #reverse IPv6 lookup
|
|||
#Use [-p PORT] or -6 (to use ivp6 address of dns)
|
||||
```
|
||||
|
||||
#### Autmation
|
||||
#### Automation
|
||||
|
||||
```bash
|
||||
for sub in $(cat <WORDLIST>);do dig $sub.<DOMAIN> @<DNS_IP> | grep -v ';\|SOA' | sed -r '/^\s*$/d' | grep $sub | tee -a subdomains.txt;done
|
||||
|
|
Loading…
Reference in a new issue