Sithis
Sithis
Can you run the following: pip uninstall pyinstaller pip install https://github.com/pyinstaller/pyinstaller/archive/v3.6.zip Then try again and let me know if it still doesn't work
Sorry, it's Python 3 so I suppose in your case the command will be: pip3 uninstall pyinstaller pip3 install https://github.com/pyinstaller/pyinstaller/archive/v3.6.zip
This is really strange. I haven't seen anyone hit this problem before. Are you running this on VMs? is there any way you'd be able to export one and upload...
Oh, well at least it seems to be working! It could be a Windows thing, but perhaps there are other versions of the dependencies/libraries that are conflicting, and that's why...
No problem., sorry it took a while. If you have any more problems feel free to open another issue
If you want to know the exact command that the builder is running to create the executable, do the following: 1. Open the builder and configure Crypter as desired 2....
You can point pyinstaller straight at the main.py script yes, but it tends to be a little more complicated for more advanced executable building. In the case of Crypter, the...
If you open it in a text editor you'll see it's just a text file. You can then modify the settings
Hey, are you running on Linux or Windows? it looks you might be on a non-Windows OS and Crypter is only supported on Windows at the moment
**I managed to solve this issue**, and it may work for you guys too. I tried all of these steps but still received the error "Exploit completed but no session...