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
+23-10
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,16 @@
2
2
3
3
**The MALWARE _PythonRAT_ is for EDUCATIONAL PURPOSES ONLY!!**
4
4
5
-
**Description**
5
+
## Description
6
6
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
10
# Features
11
11
12
12
- Integrated keylogger written as a class
13
-
* Can be started and stopped remotely
14
-
* With options to _dump_ or _overwrite_ the log file
13
+
- Can be started and stopped remotely
14
+
- With options to _dump_ or _overwrite_ the log file
15
15
- Check privilege level (Administrator/User)
16
16
- Spawn other programs
17
17
- Download files from target
@@ -26,10 +26,11 @@ PythonRAT is a Command and Control (C2) server which can control multiple machin
26
26
- Remote shutdown of the backdoor _(executable is NOT safely removed)_
27
27
28
28
29
-
##Table of Contents
29
+
# Table of Contents
30
30
-[Usage Manuals](#usage-manuals)
31
31
-[C2 Manual](#c2-manual)
32
32
-[Session Manual](#session-manual)
33
+
-[Dependencies](#dependencies)
33
34
-[Wine and Pyinstaller (Win version) Installation on Linux](#wine-and-pyinstaller-win-version-installation-on-linux)
0 commit comments