powerful and versatile domain search tool that fetches subdomains and related domains from SSL certificates using the crt.sh database. Perfect for bug bounty hunters, penetration testers, and security researchers!
- Subdomain Enumeration: Discover subdomains and related domains for any given domain.
- Multiple Domain Support: Process multiple domains in a single run.
- Output Formats: Save results in text or JSON format.
- Verbose Mode: Enable detailed logging for debugging and progress tracking.
- Rate Limiting: Add delays between requests to avoid overloading the server.
- Error Logging: Automatically logs errors to
error.logfor easy debugging. - User-Friendly: Color-coded output and clear progress indicators.
- Clone the Repository:
git clone https://github.com/0nsec/crt.sh.git
cd domain-search-engine
sudo apt update && sudo apt install curl jq
Basic Usage:
./crt.sh example.comMultiple Domains:
./crt.sh example.com example.orgVerbose Mode:
./crt.sh -v example.comJSON Output:
./crt.sh -o json example.comCustom Delay:
./crt.sh -d 2 example.comCombined Options:
./crt.sh -v -o json -d 2 example.com example.orgCredits
-
Author: Notyoursxx0
-
GitHub: Github.com/0nsec
-
Inspiration: crt.sh
██████╗ ███╗ ██╗███████╗███████╗ ██████╗
██╔═████╗████╗ ██║██╔════╝██╔════╝██╔════╝
██║██╔██║██╔██╗ ██║███████╗█████╗ ██║
████╔╝██║██║╚██╗██║╚════██║██╔══╝ ██║
╚██████╔╝██║ ╚████║███████║███████╗╚██████╗
╚═════╝ ╚═╝ ╚═══╝╚══════╝╚══════╝ ╚═════╝