Subdomain Takeover Finder is a Python tool designed to streamline the discovery and validation of subdomains for potential takeover threats. It automates key processes using assetfinder and subzy, allowing users to effortlessly check subdomain vulnerabilities with minimal input.
Subdomain Takeover Finder is a powerful Python tool designed to streamline the identification and validation of subdomains with a focus on uncovering potential takeover vulnerabilities. This tool harnesses the capabilities of assetfinder and subzy, automating the process of subdomain enumeration, cleaning, validation, and associated checks for easy and effective use.
To utilize Subdomain Takeover Finder, ensure you have the following installed:
You will also need to set your environment variables for GOPATH and GOBIN:
export GOPATH=$HOME/go
export GOBIN=$GOPATH/bin
export PATH=$PATH:$GOBIN
To run the tool, simply execute the following command:
python subdomain_takeover_finder.py
Follow the prompt to enter the target domain, for example:
Enter the domain (e.g., example.com): example.com
Once executed, the tool will:
<domain>_raw.txt.<domain>_cleaned.txt.The tool generates several outputs:
<domain>_raw.txt.<domain>_cleaned.txt.We welcome contributions! Feel free to submit issues or pull requests to enhance the functionality of the tool.
This tool is strictly for educational and ethical purposes. The author disclaims any responsibility for misuse. Always seek proper authorization before scanning or testing any domain.
No comments yet.
Sign in to be the first to comment.