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
Download Aura-Botnet