Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 918 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 918 Bytes

Subdomain Takeover Finder

image

Subdomain Takeover?

Subdomain Takeover? is a BugBounty tool / Pentesting Tool. This script automate the finding of potential subdomain that could be tookover by looking for alias vulnerability in the subdomain DNS. The script is available in python3 or Powershell.

Python Version

Usage :

python3 subdomainTakeOver.py -l targets

subdomainTakeOver.py -> script name
-l                   -> for list 
file.txt             -> file that contain subdomain

Help :

python3 subdomainTakeOver.py -h

Powershell Version

Usage :

.\subdomainTakeOver.ps1 .\subdomains.txt

.\subdomainTakeOver.ps1 subdomain.exemple.com

Parameter :

A specefic subdomain or a .TXT file with a list of subdomain.

Output :

A list of all the potential vulnerable subdomain found.