Skip to content

Latest commit

 

History

History
93 lines (56 loc) · 3.89 KB

Getting Variables.md

File metadata and controls

93 lines (56 loc) · 3.89 KB

NullRAT

Getting Variables

How (and why) to get all the required variables necessary for the usage of NullRAT:

Table of Contents:

  1. Proper Bot Invite
  2. Discord Bot Token
  3. Channel ID
  4. Server ID(s)

Proper Bot Invite Link

Many people have been generating invalid invites, and when NullRAT doesn't work as expected, they blame me.

Here's how to do it:

  1. Open https://discord.com/developers/applications in a browser window.

Discord Developer Portal

  1. If you already have an application, click on it. Otherwise, make one.

Applications side menu

  1. Click on OAuth2, then URL Generator

Scopes

  1. Important! Select the scopes bot and application.commands. Without these 2 NullRAT will never work as expected
  2. Now select any permission you want (I go for Administrator only), then copy the invite link. Done

Discord Bot Token

This is used to run NullRAT's core bot host. Without this NullRAT will straight up crash

How to obtain it:

  1. Open https://discord.com/developers/applications in a browser window.

Discord Developer Portal

  1. If you already have an application, click on it. Otherwise, make one.
  2. Once you see the applications window, press Bot.

Bot menu

  1. Click on Reset Token so that the gods at Discord allow us to view the token

Bot menu

  1. Click on Copy and store it somewhere. Done!

Channel ID

This is required for NullRAT to send alerts in the specified channel. Without this NullRAT will be unable to send notifications

How to obtain it:

  1. Open your Discord client/web.
  2. Goto account settings.
  3. There, click on Advanced and enable Developer Mode.

image

  1. Now go back to your discord server, and right click on the channel you want to send notifications.

image

  1. Click on Copy ID and store it somewhere. Done!

Server ID(s)

This is required for NullRAT to set the command handler. Without this you won't be able to send any commands to NullRAT

How to obtain it:

  1. Enable Developer Mode. If not already enabled:

    • Open your Discord client/web.
    • Goto account settings.
    • There, click on Advanced and enable Developer Mode.
  2. Now, go back to your discord server.

  3. Right click on the server icon, and click on Copy ID. Done! (Don't forget to store it)

image


Guide written by NullCode