Python-based strict subdomain takeover detection framework focused on minimizing false positives through DNS validation, HTTP fingerprinting, SSL verification, and claimability checks.
- DNS Validation
- HTTP Fingerprinting
- SSL Verification
- False Positive Filtering
- Multi-threaded Scanning
- JSON Export
- Python 3
- dnspython
- requests
- urllib3
git clone https://github.com/tejassroot/subdomain-takeover-scanner.git
cd subdomain-takeover-scanner
chmod +x takeoverpossible
sudo cp takeoverpossible /usr/local/bin/takeoverpossible./takeoverpossible -d sub.example.com./takeoverpossible -f domains.txt./takeoverpossible -f domains.txt -o results.jsonThis tool is intended for authorized security testing and bug bounty programs only.