Skip to content

Commit beecfa3

Browse files
authored
Update README.md
manual instructions
1 parent 0e0306c commit beecfa3

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

README.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)