mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-18 18:36:10 +00:00
Merge pull request #589 from jaxBCD/patch-2
Update Subdomain enumeration
This commit is contained in:
commit
e556e9ad40
@ -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
|
||||
|
||||
```ps1
|
||||
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