TakeIt is a blazing-fast subdomain takeover detection tool inspired by can-i-take-over-xyz. With its intuitive CLI and updatable fingerprint database, TakeIt helps security professionals identify misconfigured subdomains that could be exploited.
- Subdomain Takeover Detection: Scans for vulnerabilities in DNS misconfigurations.
- Fast and Lightweight: Designed for performance and simplicity.
- Updatable Fingerprint Database: Keep your detection capabilities up-to-date.
- Easy-to-Use CLI: Minimal commands for maximum output.
Download the latest release from the Releases page.
You can install TakeIt directly using go install
:
go install github.com/kankburhan/takeit@latest
Requirements:
- Go 1.16+
Steps:
git clone https://github.com/kankburhan/takeit.git
cd takeit
go build -o takeit
_____ _ _____ _
|_ _| | | |_ _| |
| | __ _| | _____ | | | |_
| |/ _' | |/ / _ \| | | __|
| | (_| | < __/| |_| |_
\_/\__,_|_|\_\___\___/ \__|
by kankburhan
Usage:
takeit [flags] <domain>
cat domains.txt | takeit [flags]
Flags:
-update Update fingerprint database
-v Show version
-h Show help
-f Filter output ( potential )
-
Scan a single domain:
./takeit example.com
-
Scan multiple domains from a file:
cat domains.txt | ./takeit
-
Update the fingerprint database:
./takeit -update
-
Show only potential matches:
./takeit -f potential example.com
Contributions are welcome! Submit issues or pull requests to enhance the tool.
TakeIt is licensed under the MIT License. See the LICENSE file for details.
This tool is for educational and authorized security testing purposes only. Unauthorized use is strictly prohibited.