PythonAESObfuscate: Obfuscates a Python Script and the accompanying Shellcode
PythonAESObfuscate
Pythonic way to load shellcode. Builds an EXE for you too!
Requirements
- Windows
- Python 2.7
- Pyinstaller
- PyCrypto
Download
git clone https://github.com/offsecginger/PythonAESObfuscate.git
Usage
- Place a payload.bin raw shellcode file in the same directory. Default Architecture is x86
- run python obfuscate.py
- The default output is out.py
Source: https://github.com/offsecginger/