From 2b10fff7804e0936abea92dfa8ab95eda2432285 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Wed, 3 Apr 2019 11:43:16 -0400 Subject: [PATCH] takeover post tweaks --- content/notes/finding-candidates-subdomain-takeovers/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/notes/finding-candidates-subdomain-takeovers/index.md b/content/notes/finding-candidates-subdomain-takeovers/index.md index a03dd4f0..777676e3 100644 --- a/content/notes/finding-candidates-subdomain-takeovers/index.md +++ b/content/notes/finding-candidates-subdomain-takeovers/index.md @@ -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