Spacenet is a Tor based python botnet meant for credential stealing .
This project is complete with a full explained UsersGuide so this ReadMe.md is just to expose a fast description of this software .
NOTE: Something inside the UsersGuide doesn't reflect the current version but the Web Gui is intuitive so it's not necessary to update the Doc.
IMPORTANT: Pip doesn't always generate a good 'requirements.txt' file , if for some reasons you can't install via .txt file just start the server.py file with python and install the libraries that the compiler can't find.
Ex:
'Error: No module named CherryPy'
So now you can just type :
sudo pip install CherryPy
Here you can see Spacenet in action : https://www.youtube.com/watch?v=_gUft6FBXsA
This project is open source , you can modify this in which way you want , maybe if you implement some addictional module please create a branch so this project can grow up .
Remember that this software is only for educational purposes and creators don't take any responsability of the use by other users.