1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 19:01:17 -04:00

takeover post tweaks

This commit is contained in:
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 - Pantheon.io
- Shopify - Shopify
- Tumblr - 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)). 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 ./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 go get github.com/jakejarvis/subtake