We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47beaa7 commit f1a7875Copy full SHA for f1a7875
1 file changed
README.md
@@ -16,11 +16,14 @@ PythonRAT is a Command and Control (C2) server which can control multiple machin
16
17
- Keylogger written as a class
18
- Keylogger can be started and stopped remote with options to _dump_ or _overwrite_ the log file
19
+- Check privilege level (Administrator/User)
20
- Download files from target
21
+- Download files from specified URL
22
- Upload files to target
23
- C2 allows control of multiple target sessions w/ background session
24
- Issue a _sendall *command*_ to every active session
25
- Persistence by creating a registry entry (Windows)
26
+- Spawn other programs
27
- Screenshot of the target's screen which is sent to server
28
- Remote shutdown of the backdoor _(executable is NOT safely removed)_
29
0 commit comments