File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -9,16 +9,19 @@ PythonRAT is a Command and Control (C2) server which can control multiple machin
9
9
10
10
# Features
11
11
12
- - Keylogger written as a class
13
- - Keylogger can be started and stopped remote with options to _ dump_ or _ overwrite_ the log file
12
+ - Integrated keylogger written as a class
13
+ * Can be started and stopped remotely
14
+ * With options to _ dump_ or _ overwrite_ the log file
14
15
- Check privilege level (Administrator/User)
16
+ - Spawn other programs
15
17
- Download files from target
16
18
- Download files from specified URL
17
19
- Upload files to target
18
- - C2 allows control of multiple target sessions w/ background session
20
+ - C2 allows control of multiple target sessions
19
21
- Issue a _ sendall * command* _ to every active session
20
22
- Persistence by creating a registry entry (Windows)
21
- - Spawn other programs
23
+ - Conceals infection by writing files in AppData (Windows)
24
+
22
25
- Screenshot of the target's screen which is sent to server
23
26
- Remote shutdown of the backdoor _ (executable is NOT safely removed)_
24
27
You can’t perform that action at this time.
0 commit comments