Skip to content

Commit 3db3591

Browse files
authored
Update README.md
1 parent 9dd0a57 commit 3db3591

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,18 +88,23 @@ PythonRAT was developed for **educational** purposes and continues to be develop
8888

8989
The C2 server has no _external dependencies_ as of _v0.9.2-alpha_.
9090

91-
The backdoor relies on:
91+
The backdoor relies on the following as of v0.10.1-alpha:
9292

93-
pip install pyautogui \
93+
pip install mss \
9494
pynput \
9595
requests
9696

97-
- **PyAutoGUI** is required for the `screenshot()` function.
97+
- **MSS** is required for the `screenshot()` function.
98+
- **Pynput** is required for the `Keylogger` class.
9899
- **Requests** is required for the `download_url()` function.
99100

100101

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+
101105
# Wine and Pyinstaller (Win version) Installation on Linux
102106

107+
103108
Python 2.7.14 Releases: https://www.python.org/downloads/release/python-2714/
104109

105110
## Environment Setup
@@ -125,8 +130,8 @@ Python 2.7.14 Releases: https://www.python.org/downloads/release/python-2714/
125130
cd /root/.wine/drive_c/Python27
126131
wine python.exe -m pip install pyinstaller \
127132
requests \
128-
pyautogui \
129-
pynput
133+
mss \
134+
pynput
130135

131136

132137
# Backdoor Compilation and Obfuscation for Windows

0 commit comments

Comments
 (0)