mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-02-22 22:53:48 +00:00
Update Subdomain enumeration
This commit is contained in:
parent
5754ed82ee
commit
d999f798d7
@ -14,6 +14,7 @@
|
||||
* AltDNS
|
||||
* MassDNS
|
||||
* Nmap
|
||||
* Dnsdumpster
|
||||
* Subdomain take over
|
||||
* tko-subs
|
||||
* HostileSubBruteForcer
|
||||
@ -163,6 +164,13 @@ 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
|
||||
git clone https://github.com/nmmapper/dnsdumpster
|
||||
python dnsdumpster.py -d domainname.com
|
||||
```
|
||||
|
||||
## Subdomain take over
|
||||
|
||||
Check [Can I take over xyz](https://github.com/EdOverflow/can-i-take-over-xyz) by EdOverflow for a list of services and how to claim (sub)domains with dangling DNS records.
|
||||
|
Loading…
Reference in New Issue
Block a user