mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-11-10 07:04:22 +00:00
Update Subdomains Enumeration.md
This commit is contained in:
parent
d999f798d7
commit
3dd7f46717
1 changed files with 3 additions and 3 deletions
|
@ -164,9 +164,9 @@ cat /tmp/results_subfinder.txt | massdns -r $DNS_RESOLVERS -t A -o S -w /tmp/res
|
|||
nmap -sn --script hostmap-crtsh host_to_scan.tld
|
||||
```
|
||||
|
||||
###
|
||||
```
|
||||
using dnsdumpster
|
||||
### Using dnsdumpster
|
||||
|
||||
```ps1
|
||||
git clone https://github.com/nmmapper/dnsdumpster
|
||||
python dnsdumpster.py -d domainname.com
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue