Skip to content

Commit 59cd1b2

Browse files
authored
Update README.md
features section
1 parent 52b7d3a commit 59cd1b2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@
77
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.
88

99

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)_
21+
1022

1123
# Usage Manuals
1224
**C2 Manual**

0 commit comments

Comments
 (0)