Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 198e574

Browse files
authored
Add announcement and new features
1 parent 236f11c commit 198e574

1 file changed

Lines changed: 41 additions & 27 deletions

File tree

README.md

Lines changed: 41 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111

1212

1313
> # Announcement:
14-
**04/21/2022**
14+
**05/18/2022**
1515

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
1717

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
1919

2020

2121
</br>
@@ -30,11 +30,12 @@ Not to worry though, [one last release](https://github.com/NullCode1337/NullRAT/
3030

3131
+ Designed to be very noob friendly with intuitive features:
3232
+- Controlled via slash commands
33-
+- And some commands supported with buttons
33+
+- User friendly interface
34+
+- Using modern Discord API Features
3435

35-
+ Supports targeting multiple victims [NEW]!
36+
+ Supports targeting multiple victims using IP Address
3637

37-
+ Created with small size in mind! (7MB payload)
38+
+ Created with small size and anonymity in mind! (7MB payload)
3839
```
3940

4041
</details>
@@ -43,49 +44,57 @@ Not to worry though, [one last release](https://github.com/NullCode1337/NullRAT/
4344
<summary>NullRAT Payload features:</summary>
4445

4546
```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]
4750

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]
4954
- Username, Tag and ID
5055
- Email Address
5156
- Phone Number
5257
- 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]
5362

54-
+ Find victim's geographic information:
63+
+ Find victim's geographic information: [/geolocate]
5564
- Country
5665
- City
5766
- Region
5867
- Latitude & longitude
5968
- Zip Code
6069
- ISP
6170

62-
+ Take pictures using victim's webcam
71+
+ Take pictures using victim's webcam [/webcam_image]
6372

64-
+ Take screenshot of victim's monitor
73+
+ Take screenshot of victim's monitor [/screenshot]
6574

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]
7180

72-
+ Execute CMD/Powershell command
81+
+ Execute CMD/Powershell command [/shell]
7382

74-
+ Find any environment variables
83+
+ Find any environment variables [/get_environment]
7584

76-
+ See directory contents, and do other directory manipulation
85+
+ See dir contents, change dir & do other dir manipulation
7786

78-
+ Get victim's clipboard text history
87+
+ Get victim's clipboard text history [/clipboard]
7988

80-
+ Add executable to startup with one command
89+
+ Add executable to startup with one command [/startup]
8190

82-
+ Find their billing information
91+
+ [WIP!] Find their billing information
8392

84-
+ Find their wifi names and passwords
93+
+ Find their wifi names [/wifilist] and passwords [/wifipass]
8594

86-
+ Hide or unhide files in their computer
95+
+ Hide [/hidefile] or unhide files [/unhidefile] in their computer
8796

88-
+ ...and more!
97+
+ ...and much more!
8998
```
9099

91100
</details>
@@ -96,12 +105,17 @@ Not to worry though, [one last release](https://github.com/NullCode1337/NullRAT/
96105

97106
> # How to use:
98107
#### 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+
100114
- **PIP Folder added to path** (the path is `C:\Users\{username}\Appdata\Roaming\Python\{python ver (Example: Python310)}\Scripts`)
101115

102116
#### Preparation:
103117
- 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
105119
- 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
106120

107121
#### Steps:

0 commit comments

Comments
 (0)