1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 02:38:27 -04:00

takeover post tweaks

This commit is contained in:
Jake Jarvis 2019-04-03 11:43:16 -04:00
parent 4a66dfc5d4
commit 2b10fff780

View File

@ -31,7 +31,7 @@ The most common services eligible for takeovers of abandoned subdomains are the
- Pantheon.io
- Shopify
- Tumblr
- [...and many more.](https://github.com/EdOverflow/can-i-take-over-xyz)
- [...and many more.](https://github.com/EdOverflow/can-i-take-over-xyz#all-entries)
On [my GitHub profile](https://github.com/jakejarvis/), you'll find a Go-based tool named [`subtake`](https://github.com/jakejarvis/subtake) (based on [`subjack`](https://github.com/haccer/subjack)).
@ -47,7 +47,7 @@ One of their free monthly datasets is called [Forward DNS](https://opendata.rapi
./sonar.sh 2019-03-30-1553989414-fdns_cname.json.gz all_cnames.txt
```
This new text file contains *both active and abandoned* subdomains -- we still need to narrow it down to the takeover candidates, which is where `subtake` comes into play. To install `subtake`, make sure [Go is installed](https://golang.org/doc/install#install) and run the following:
This new text file contains *both active and abandoned* subdomains -- we still need to narrow it down to the takeover candidates, which is where `subtake` comes into play. To install `subtake`, make sure [Go is installed first](https://golang.org/doc/install#install) and run the following:
```
go get github.com/jakejarvis/subtake