TakeIt is your go-to tool for detecting subdomain takeovers with speed and precision. Inspired by the popular can-i-take-over-xyz project, TakeIt is designed to help security professionals and bug bounty hunters identify misconfigured subdomains that could be exploited. With its intuitive CLI and updatable fingerprint database, TakeIt makes subdomain takeover detection a breeze.
- ๐ Subdomain Takeover Detection: Quickly identify DNS misconfigurations that could leave your systems vulnerable.
- โก Fast and Lightweight: Built for performance, TakeIt delivers results without slowing you down.
- ๐ Updatable Fingerprint Database: Stay ahead of the curve with regularly updated detection capabilities.
- ๐ ๏ธ Easy-to-Use CLI: Simple commands, powerful resultsโperfect for both beginners and experts.
Download the latest release from the Releases page.
If you have Go installed, simply run:
go install github.com/kankburhan/takeit@latest
For those who prefer building from source:
- Clone the repository:
git clone https://github.com/kankburhan/takeit.git cd takeit
- Build the tool:
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 )
TakeIt is designed to be simple yet powerful. Hereโs how you can use it:
-
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
-update Update the fingerprint database
-v Show the version of TakeIt
-h Display help information
-f Filter output to show only potential matches
-
Scan a domain:
./takeit example.com
-
Scan a list of domains:
cat domains.txt | ./takeit
-
Update fingerprints and scan:
./takeit -update ./takeit example.com
-
Filter for potential vulnerabilities:
./takeit -f potential example.com
TakeIt is an open-source project, and weโd love your help to make it even better! Whether youโre fixing bugs, adding features, or improving documentation, your contributions are welcome. Hereโs how you can help:
- Report issues: Found a bug? Let us know by opening an issue.
- Submit pull requests: Have an improvement? Send us a PR!
TakeIt is licensed under the MIT License. For more details, check out the LICENSE file.
TakeIt is intended for educational purposes and authorized security testing only. Unauthorized use of this tool is strictly prohibited. Always ensure you have permission before scanning any domain.
Have questions, suggestions, or just want to share your experience with TakeIt? Feel free to reach out or open an issue on GitHub. Letโs make subdomain takeover detection faster, smarter, and more accessible for everyone!