File tree Expand file tree Collapse file tree 1 file changed +26
-1
lines changed
Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,29 @@ PythonRAT is a Command and Control (C2) server which can control multiple machin
99
1010
1111
12- ** Manual**
12+ # C2 Manual
13+
14+ targets --> Prints Active Sessions
15+ session *session num* --> Will Connect To Session (background to return)
16+ clear --> Clear Terminal Screen
17+ exit --> Quit ALL Active Sessions and Closes C2 Server!!
18+ kill *session num* --> Issue 'quit' To Specified Target Session
19+ sendall *command* --> Sends The *command* To ALL Active Sessions (sendall notepad)
20+ remove_backdoor --> Removes backdoor from target
21+
22+
23+
24+ # Session Manual
25+
26+ quit --> Quit Session With The Target
27+ clear --> Clear The Screen
28+ background --> Send Session With Target To Background
29+ cd *Directory name* --> Changes Directory On Target System
30+ upload *file name* --> Upload File To The Target Machine From Working Dir
31+ download *file name* --> Download File From Target Machine
32+ keylog_start --> Start The Keylogger
33+ keylog_dump --> Print Keystrokes That The Target From taskmanager.txt
34+ keylog_stop --> Stop And Self Destruct Keylogger File
35+ persistence *RegName* *filename* --> Create Persistence In Registry
36+ screenshot --> Takes screenshot and sends to server ./screenshots/
37+ remove_backdoor --> Removes backdoor from target
You can’t perform that action at this time.
0 commit comments