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
{{ message }}
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+41-27Lines changed: 41 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,11 @@
11
11
12
12
13
13
> # Announcement:
14
-
**04/21/2022**
14
+
**05/18/2022**
15
15
16
-
This project is undergoing a redesign. You might not see a new release in a few months. **NullRAT is not dead**
16
+
Project redesign has been halted because of my Finals starting
17
17
18
-
Not to worry though, [one last release](https://github.com/NullCode1337/NullRAT/releases) has been published with a new compiler, to ensure everything is alright
18
+
See y'all in 12 days :D
19
19
20
20
21
21
</br>
@@ -30,11 +30,12 @@ Not to worry though, [one last release](https://github.com/NullCode1337/NullRAT/
30
30
31
31
+ Designed to be very noob friendly with intuitive features:
32
32
+- Controlled via slash commands
33
-
+- And some commands supported with buttons
33
+
+- User friendly interface
34
+
+- Using modern Discord API Features
34
35
35
-
+ Supports targeting multiple victims [NEW]!
36
+
+ Supports targeting multiple victims using IP Address
36
37
37
-
+ Created with small size in mind! (7MB payload)
38
+
+ Created with small size and anonymity in mind! (7MB payload)
38
39
```
39
40
40
41
</details>
@@ -43,49 +44,57 @@ Not to worry though, [one last release](https://github.com/NullCode1337/NullRAT/
43
44
<summary>NullRAT Payload features:</summary>
44
45
45
46
```diff
46
-
+ Find the public IP Address of the victim
47
+
=== A full list of commands can be found by typing `/` ===
48
+
49
+
+ Find the public IP Address of the victim [/getip]
47
50
48
-
+ Find their Discord token(s) and all user info:
51
+
+ Directly upload Discord Tokens from 10+ application paths [/raw_tokens]
52
+
53
+
+ Check the user tokens and upload all user info: [/checked_tokens]
49
54
- Username, Tag and ID
50
55
- Email Address
51
56
- Phone Number
52
57
- Nitro Status
58
+
59
+
+ [NEW!] Decrypt the new encrypted Discord Tokens and upload them [/discord_tokens]
60
+
61
+
+ [NEW!] Check the decrypted Discord Tokens [/discord_checked]
+ Take pictures using victim's webcam [/webcam_image]
63
72
64
-
+ Take screenshot of victim's monitor
73
+
+ Take screenshot of victim's monitor [/screenshot]
65
74
66
-
+Download files from victim's PCs
67
-
68
-
+Upload payloads to victim's PC
69
-
70
-
+ Get victim's system information
75
+
+Send files/payloads to victim's PC [/sendfiles]
76
+
77
+
+Receive files from victim's PCs [/receivefiles]
78
+
79
+
+ Get victim's system information [/systeminfo]
71
80
72
-
+ Execute CMD/Powershell command
81
+
+ Execute CMD/Powershell command [/shell]
73
82
74
-
+ Find any environment variables
83
+
+ Find any environment variables [/get_environment]
75
84
76
-
+ See directory contents, and do other directory manipulation
85
+
+ See dir contents, change dir & do other dir manipulation
77
86
78
-
+ Get victim's clipboard text history
87
+
+ Get victim's clipboard text history [/clipboard]
79
88
80
-
+ Add executable to startup with one command
89
+
+ Add executable to startup with one command [/startup]
81
90
82
-
+ Find their billing information
91
+
+[WIP!] Find their billing information
83
92
84
-
+ Find their wifi names and passwords
93
+
+ Find their wifi names [/wifilist] and passwords [/wifipass]
85
94
86
-
+ Hide or unhide files in their computer
95
+
+ Hide [/hidefile] or unhide files [/unhidefile] in their computer
87
96
88
-
+ ...and more!
97
+
+ ...and much more!
89
98
```
90
99
91
100
</details>
@@ -96,12 +105,17 @@ Not to worry though, [one last release](https://github.com/NullCode1337/NullRAT/
96
105
97
106
> # How to use:
98
107
#### Requirements:
99
-
-**Python 3.8+** (Tick "Add to PATH" while installing) [Microsoft Store version of Python **is broken**]
108
+
-**Python 3.8+**:
109
+
- Tick "Add to PATH" while installing
110
+
- Install for All Users
111
+
-[Microsoft Store version of Python **WILL NOT WORK**]
112
+
- Install `virtualenv` via pip after you have installed Python
113
+
100
114
-**PIP Folder added to path** (the path is `C:\Users\{username}\Appdata\Roaming\Python\{python ver (Example: Python310)}\Scripts`)
101
115
102
116
#### Preparation:
103
117
- Create a Discord Bot and [get it's token](https://github.com/NullCode1337/NullRAT/blob/source/Getting%20Variables.md#discord-bot-token)
104
-
-[Create a proper invite link](https://github.com/NullCode1337/NullRAT/blob/source/Getting%20Variables.md#proper-bot-invite-link) and add it to your server
118
+
-[Create a bot invite link with the correct scopes](https://github.com/NullCode1337/NullRAT/blob/source/Getting%20Variables.md#proper-bot-invite-link) and add it to your server
105
119
- Optionally, store the [Notification ID](https://github.com/NullCode1337/NullRAT/blob/source/Getting%20Variables.md#channel-id) and [Server ID](https://github.com/NullCode1337/NullRAT/blob/source/Getting%20Variables.md#server-ids) along with the token for easy access
0 commit comments