Bugfix README + Can I take over xyz

This commit is contained in:
Swissky
2018-10-02 16:57:01 +02:00
parent 1c5f8889bd
commit 824d8c370b
2 changed files with 9 additions and 2 deletions

View File

@@ -133,6 +133,8 @@ cat /tmp/results_subfinder.txt | massdns -r $DNS_RESOLVERS -t A -o S -w /tmp/res
## 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.
### Using HostileSubBruteForcer
```bash
@@ -146,4 +148,9 @@ chmox +x sub_brute.rb
```powershell
go get github.com/Ice3man543/SubOver
./SubOver -l subdomains.txt
```
```
## Thanks
* [Subdomain Takeover: Proof Creation for Bug Bounties - Patrik Hudak](https://0xpatrik.com/takeover-proofs/)
* [Subdomain Takeover: Basics - Patrik Hudak](https://0xpatrik.com/subdomain-takeover-basics/)