Subdomain Takeover Scanner

December 1, 2019 ยท View on GitHub

by <a href=http://twitter.com/0x94>@0x94

How to install :

The requirements.txt file contains the list of libraries required by SubDomain TakeOver, which you can install using

pip install -r requirements.txt

Usage

-d => domain
-w => wordlist
-t => thread
-f => sublist file

python takeover.py -d domain.com -w wordlist.txt -t 20

or

python takeover.py -d domain.com -f sublist.txt -t 20

Screenshots

<img src=https://raw.githubusercontent.com/antichown/subdomain-takeover/master/x.png>


Video ( How to use Takeover )

Subdomain Takeover 0x94