Closed Dyotson closed 6 years ago
In order to make the payload executable on Windows you have to:
Generate the payload. Navigate to the Client/
folder and:
python caesar.py <output> <your server ip/url>
After that, since PyInstaller is not cross-compiler, you must move the generated payload on a Windows system and compile the payload on it:
pip install requests
pip install pyinstaller
pyinstaller -F -w <your_generated_client_name>
NB: For now the payload is written in python for testing purposes, in the future it will be translated in cpp / java in order to make the process of compiling it less intricate.
targets
in the main Caesar shell.Let me know if you solve.
Hi! So I finally made the server work (It was just a thing with mysql configuration, particular case). The thing is I compiled the payload with PyInstaller, but everytime I try to execute it in a windows PC says on the cmd: "Program too big for memory"