Skip to content

Commit 5c79744

Browse files
authored
Update README.md
1 parent 28cd332 commit 5c79744

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,19 @@ PythonRAT is a Command and Control (C2) server which can control multiple machin
99

1010
# Features
1111

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
1415
- Check privilege level (Administrator/User)
16+
- Spawn other programs
1517
- Download files from target
1618
- Download files from specified URL
1719
- Upload files to target
18-
- C2 allows control of multiple target sessions w/ background session
20+
- C2 allows control of multiple target sessions
1921
- Issue a _sendall *command*_ to every active session
2022
- Persistence by creating a registry entry (Windows)
21-
- Spawn other programs
23+
- Conceals infection by writing files in AppData (Windows)
24+
2225
- Screenshot of the target's screen which is sent to server
2326
- Remote shutdown of the backdoor _(executable is NOT safely removed)_
2427

0 commit comments

Comments
 (0)