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

not able to install dependencies #1

Closed
ethicalhacker7192 opened this issue Aug 9, 2022 · 6 comments
Closed

not able to install dependencies #1

ethicalhacker7192 opened this issue Aug 9, 2022 · 6 comments

Comments

@ethicalhacker7192
Copy link

all installations including python went well except for the dependencies as seen below
Screenshot_2022-08-09_13_37_35
.

@safesploit
Copy link
Owner

Strange, I have been experiencing similar issues with older versions of PIP.
I will investigate!

Fortunately, since v0.10.1-alpha, I have deprecated PyAutoGUI in favour of MSS for the screenshot function.
Because I made this change yesterday I have yet to update the README.md.

@ethicalhacker7192
Copy link
Author

i have found a way around the PyAutoGUI by doing command pip install PyAutoGUI But now I am facing a different problem as seen belowScreenshot_2022-08-10_01_07_05

@ethicalhacker7192
Copy link
Author

whoops new error message popped up
Screenshot_2022-08-10_01_19_00

@safesploit
Copy link
Owner

safesploit commented Aug 10, 2022

whoops new error message popped up ![Screenshot_2022-08-10_01_19_00]

The problem is Pyinstaller will produce an OS dependent executable, Linux=ELF and Windows=PE32. I put this part using Wine and Pyinstaller to overcome having to compile the backdoor in a Windows 7 environment, apparently this still needs more work.

I know in Windows 7 installing python-2.7.14.msi and configuring as such

python.exe -m pip install pyinstaller requests pynput mss
pyinstaller.exe --onefile --noconsole PythonRAT\backdoor\backdoor.py

will produce a PE32 executable.

I will make attempts to overcome this issue, but Pyinstaller with its OS dependency gave me many issues in the past.

@safesploit
Copy link
Owner

image

If you want to test the project, just install the dependencies with pip and run the backdoor.py with Python3 as shown above.

@ethicalhacker7192
Copy link
Author

thank you I have finally got it working as intended

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