Python Forum

Full Version: Pyinstaller 3 Python 2
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I used pyinstaller, installed from pip3, to turn a program I wrote in python 2.7 into an executable. This program is a reverse back door. Pyinstaller spit out the executable just fine, but when I run the executable on the target vm and try to run a command from my attack vm, the program gets stuck. There aren’t any error codes and the program worked perfectly fine when I ran it just using the python 2.7 interpreter.

Could this be because I used pyinstaller from pip3 on a python 2.7 program?

Please let me know if there is anymore information you need. I appreciate all replies. Thanks