Aura-botnet - A Super Portable Botnet Framework With A Django-based C2 Server

✨ deeznutz

✨ Master ✨
Staff member
Joined
May 15, 2017
Messages
981
Likes
760
Points
1,045
botnet.jpg


Aura Botnet
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 is extremely portable and therefore good for testing/educational purposes. The server and database are contained within the aura-server folder.
  • Django includes a very intuitive and powerful admin site that can be used for managing bots and commands
  • The server is only handling simple POST requests and returning text
  • Static files should be handled by a separate web server (local or remote) that excels in serving static files, such as nginx
The admin site located at http://your_server:server_port/admin can be accessed after setting up a superuser (see below).
Download Aura-Botnet
 
Top Bottom