Browsing category

Botnets

Aura Botnet – A Portable Botnet Framework with a Django-based C2 server

A super portable botnet framework with a Django-based C2 server. The client is written in C++, with alternate clients written in Rust, Bash, and Powershell. C2 Server The botnet’s C2 server utilizes the Django framework as the backend. It is far from the most efficient web server, but this is offset by the following: Django […]

UBoat – A POC HTTP Botnet Project

UBoat HTTP is a POC HTTP Botnet designed to replicate a full weaponized commercial botnet. UBoat Uses Coded in C++ with no dependencies Encrypted C&C Communications Persistence to prevent your control being lost Connection Redundancy (Uses a fallback server address or domain ) DDoS methods (TCP & UDP Flood) Task Creation System ( Altering system […]

Ares – Python Botnet and Backdoor

Ares is made of two main programs: A Command aNd Control server, which is a Web interface to administer the agents and an agent program, which is run on the compromised host, and ensures communication with the CNC. The Web interface can be run on any server running Python. You need to install the cherrypy […]

ZIB – The Open Tor Botnet

ZIB is fully undetectable and bypasses all antivirus by running on top of Python27’s pyinstaller, which is used for many legitimate programs. The only possibility of detection comes from the script, however, the script contains randomized-looking data through using a randomized AES key and initialization vector. Note: ZIB.py is the main project file. It has […]