mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-03-04 15:27:18 +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
|
nmap -sn --script hostmap-crtsh host_to_scan.tld
|
||||||
```
|
```
|
||||||
|
|
||||||
###
|
### Using dnsdumpster
|
||||||
```
|
|
||||||
using dnsdumpster
|
```ps1
|
||||||
git clone https://github.com/nmmapper/dnsdumpster
|
git clone https://github.com/nmmapper/dnsdumpster
|
||||||
python dnsdumpster.py -d domainname.com
|
python dnsdumpster.py -d domainname.com
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue