Skip to content
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

Closed
rickyzg opened this issue May 16, 2023 · 7 comments
Closed

Comments

@rickyzg
Copy link

rickyzg commented May 16, 2023

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?

@safesploit
Copy link
Owner

I presume the script you're referring to is backdoor.py?
If so did you also install the dependencies?

pip install mss \
            pynput \
            requests

@rickyzg
Copy link
Author

rickyzg commented May 17, 2023

I presume the script you're referring to is backdoor.py? If so did you also install the dependencies?

pip install mss \
            pynput \
            requests

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?

@rickyzg
Copy link
Author

rickyzg commented May 17, 2023

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.

@rickyzg
Copy link
Author

rickyzg commented May 17, 2023

So I fixed it by changing module versions in the backdoor.py script and changing sock.bind in c2.py

@rickyzg
Copy link
Author

rickyzg commented May 17, 2023

I presume the script you're referring to is backdoor.py? If so did you also install the dependencies?

pip install mss \
            pynput \
            requests

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.

@safesploit
Copy link
Owner

safesploit commented May 17, 2023

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?

For my purposes, which are shown in the README.md I ran c2.py within Kali Linux and backdoor.py in a Windows 10. However, the backdoor as a Python script does run in any environment.

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.

I have not used pycrypt, so I am clear on the process.

@rickyzg
Copy link
Author

rickyzg commented May 18, 2023

Thanks, I will just use it without using pycrypt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants