You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,18 @@
7
7
PythonRAT is a Command and Control (C2) server which can control multiple machines running the Remote Administration Trojan (RAT) forming a botnet cluster which was written in Python3.
8
8
9
9
10
+
# Features
11
+
12
+
- Keylogger written as a class
13
+
- Keylogger can be started and stopped remote with options to _dump_ or _overwrite_ the log file
14
+
- Download files from target
15
+
- Upload files to target
16
+
- C2 allows control of multiple target sessions w/ background session
17
+
- Issue a _sendall *command*_ to every active session
18
+
- Persistence by creating a registry entry
19
+
- Screenshot of the target's screen which is sent to server
20
+
- Remote shutdown of the backdoor _(executable is NOT safely removed)_
0 commit comments