-
Better error handling
-
Documentation
-
unfuck the code
-
Figure out how to securely and effectively host the C&C server
Tor Hidden Service? Can be blocked by firewalls.
Run through twitter? Can't tansfer large amounts of information in a small period of time.
Cloud hosting? Requires money.
All are options...
- Modulation of botnet function. i.e.
from elevation import bypassuac from tools import keylogger ...
- More modules.
These could be packet sniffer, smb relay, pass-the-hash, etc...
- virtualbox
apt-get install virtualbox
- virtualbox guest additions
Just go to the tool bar at the top of the virtualbox windows and install it on the machine
- pyhook
download and install from https://sourceforge.net/projects/pyhook/
- postgresql database
apt-get install postgresql
- psycopg2
pip install psycopg2 Or otherwise download from https://pypi.python.org/pypi/psycopg2
- configuation
To change to callback host and port of the bots edit the create.py file.
- File configuation
You may need to go into the code and edit the paths to specific files.