Comet is a security framework focused on reconnaissance, built for high performance.
It covers a wide range of recon techniques, including fuzzing, OSINT, crawling, and more.
- Massive username enumeration across 700+ domains
- High-performance directory fuzzing
- TCP port scanning
- HTML link crawling (hyperlink extraction)
- Parameter discovery via Wayback Machine
- And more.
This project is provided for educational and authorized security research purposes only.
The author is not responsible for any misuse or damage caused by this tool.
Please read the
DISCLAIMER
before use.
Use at your own risk.
git clone https://github.com/Zeronetsec/Comet
cd Comet
chmod +x install.sh
# termux / linux (root)
./install.sh # --backup
# linux (user)
sudo ./install.sh # --backupcomet --dirfuzzer <url> [--wordlist <wordlist>|--threads <threads>|--timeout <timeout>|--recursive]
comet --paramscan <url> [--threads <threads>|--timeout <timeout>|--fuzz]
comet --portscan <ip> [<start_port>:<end_port>]
comet --osint <username>
comet --searchcmd <keyword>
comet --listcmdAnd more commands.
This project incorporates components from third-party sources.
Please refer to
CREDITS
for full details and licensing information.
This project is licensed under the MIT License.