mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-02-23 06:54:47 +00:00
Update Subdomain enumeration
This commit is contained in:
parent
5754ed82ee
commit
d999f798d7
@ -14,6 +14,7 @@
|
|||||||
* AltDNS
|
* AltDNS
|
||||||
* MassDNS
|
* MassDNS
|
||||||
* Nmap
|
* Nmap
|
||||||
|
* Dnsdumpster
|
||||||
* Subdomain take over
|
* Subdomain take over
|
||||||
* tko-subs
|
* tko-subs
|
||||||
* HostileSubBruteForcer
|
* 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
|
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
|
## 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.
|
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