buckyroberts / Turtle

Python reverse shell.
294 stars 146 forks source link

executabble requires extra .dll files (client.py) #37

Open rial99 opened 6 years ago

rial99 commented 6 years ago

the setup.py needs to be updated so that all the required files for executable are included , for eg after creating the executable i still need python to be installed in the client machine for the executable to work properly

captCovalent commented 6 years ago

setup.py is using cx_Freeze. I would suggest using https://www.pyinstaller.org/

This way, there is no need for the setup.py.