-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When executing script I have following errors: mss missing, json missing #6
Comments
I presume the script you're referring to is
|
Yes, I installed it on Win 10, and I am doing it all from Windows 10, maybe that is the problem, is this only for Linux? |
I used pyinstaller to create exe file, also I have changed s,connect in the script but when executing it, it gives me that errors. |
So I fixed it by changing module versions in the backdoor.py script and changing sock.bind in c2.py |
It is working now if I convert directly from backdoor.py to .exe, the only problem I have is when I encrypt the same backdoor.py with pycrypt then it is not working, gives me errors. |
For my purposes, which are shown in the README.md I ran
I have not used pycrypt, so I am clear on the process. |
Thanks, I will just use it without using pycrypt |
I have following errors: mss missing, json missing when executing script. I have installed Python 3.10.11, Pip 23.1.2, Pyinstaller latest, added paths, what could be a issue?
The text was updated successfully, but these errors were encountered: