Skip to content

Commit 0b061a9

Browse files
committed
v0.11.1-alpha
1 parent ba45a83 commit 0b061a9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ PythonRAT was developed for **educational** purposes and continues to be develop
7575
keylog_start --> Start The Keylogger
7676
keylog_dump --> Print Keystrokes That The Target From taskmanager.txt
7777
keylog_stop --> Stop And Self Destruct Keylogger File
78-
screenshot --> Takes screenshot and sends to server ./screenshots/
79-
webcam --> Takes image with webcam and sends to ./images/
78+
screenshot --> Takes screenshot and sends to server ./images/screenshots/
79+
webcam --> Takes image with webcam and sends to ./images/webcam/
8080
start *programName* --> Spawn Program Using backdoor e.g. 'start notepad'
8181
remove_backdoor --> Removes backdoor from target!!!
8282

server/c2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,8 @@ def server_help_manual():
252252
keylog_start --> Start The Keylogger
253253
keylog_dump --> Print Keystrokes That The Target From taskmanager.txt
254254
keylog_stop --> Stop And Self Destruct Keylogger File
255-
screenshot --> Takes screenshot and sends to server ./screenshots/
256-
webcam --> Takes image with webcam and sends to ./images/
255+
screenshot --> Takes screenshot and sends to server ./images/screenshots/
256+
webcam --> Takes image with webcam and sends to ./images/webcam/
257257
start *programName* --> Spawn Program Using backdoor e.g. 'start notepad'
258258
remove_backdoor --> Removes backdoor from target!!!
259259

0 commit comments

Comments
 (0)