You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -88,18 +88,23 @@ PythonRAT was developed for **educational** purposes and continues to be develop
88
88
89
89
The C2 server has no _external dependencies_ as of _v0.9.2-alpha_.
90
90
91
-
The backdoor relies on:
91
+
The backdoor relies on the following as of v0.10.1-alpha:
92
92
93
-
pip install pyautogui \
93
+
pip install mss \
94
94
pynput \
95
95
requests
96
96
97
-
-**PyAutoGUI** is required for the `screenshot()` function.
97
+
-**MSS** is required for the `screenshot()` function.
98
+
-**Pynput** is required for the `Keylogger` class.
98
99
-**Requests** is required for the `download_url()` function.
99
100
100
101
102
+
The below mentioned steps are for compiling the backdoor for deployment.
103
+
For those wishing to test the C2 server and backdoor interaction see [issue 1](https://github.com/safesploit/PythonRAT/issues/1#issuecomment-1210378473).
104
+
101
105
# Wine and Pyinstaller (Win version) Installation on Linux
0 commit comments