Skip to content

Commit 28cd332

Browse files
authored
Update README.md
1 parent 4ee5034 commit 28cd332

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,23 @@
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+
- Check privilege level (Administrator/User)
15+
- Download files from target
16+
- Download files from specified URL
17+
- Upload files to target
18+
- C2 allows control of multiple target sessions w/ background session
19+
- Issue a _sendall *command*_ to every active session
20+
- Persistence by creating a registry entry (Windows)
21+
- Spawn other programs
22+
- Screenshot of the target's screen which is sent to server
23+
- Remote shutdown of the backdoor _(executable is NOT safely removed)_
24+
25+
1026
## Table of Contents
11-
- [Features](#features)
1227
- [Usage Manuals](#usage-manuals)
1328
* [C2 Manual](#c2-manual)
1429
* [Session Manual](#session-manual)
@@ -30,21 +45,6 @@ PythonRAT is a Command and Control (C2) server which can control multiple machin
3045
* [Session Options](#session-options)
3146
* [Backgrounding and Killing Session](#backgrounding-and-killing-session)
3247

33-
# Features
34-
35-
- Keylogger written as a class
36-
- Keylogger can be started and stopped remote with options to _dump_ or _overwrite_ the log file
37-
- Check privilege level (Administrator/User)
38-
- Download files from target
39-
- Download files from specified URL
40-
- Upload files to target
41-
- C2 allows control of multiple target sessions w/ background session
42-
- Issue a _sendall *command*_ to every active session
43-
- Persistence by creating a registry entry (Windows)
44-
- Spawn other programs
45-
- Screenshot of the target's screen which is sent to server
46-
- Remote shutdown of the backdoor _(executable is NOT safely removed)_
47-
4848

4949
# Usage Manuals
5050
## C2 Manual

0 commit comments

Comments
 (0)