Minecraft 1.8.9 mod which steals the access token and more things from the targetted user and sends to a backend server for processing. Disclaimer: For educational purposes only.

Overview

R.A.T

logo

Retrieve Access Token

Check DxxxxY/TokenAuth to login into an MC account with a name, token and uuid combo.

Features

  • Grabs the username, uuid, token and ip of a target as a JSON.

  • JavaScript Backend server which:

    • Checks if the token is valid before adding to the database.
    • Checks if all fields in the json are present.

    therefore filtering out spam requests.

  • Additionally, it stores a formatted session string ready to use with DxxxxY/TokenAuth.

  • Can be easily be hosted on Heroku.

  • Uses:

    • MongoDB for for storing ratted users.
    • Express for the backend server.

Setup

  • Server

    1. Clone the repository.
    2. Install dependencies.
    3. Create a .env file with your database url.
    4. Run the server (don't forget to change some strings).
  • Mod

    1. Follow 1.8.9ForgeTemplate#setup to setup your mod environment.
    2. Change url to your server and change some other stuff to make it unique.
    3. Build the mod.
    4. (Optional) Obfuscate the mod.

Disclaimer

This is for educational purposes only. I am not responsible for any damage caused by this tool.

License

GPLv3 © dxxxxy

Comments
  • Not for educational purposes only

    Not for educational purposes only

    It's illegal to steal personal info, and against GitHub TOS. People are legitimately using this RAT. And they aren't only using it for educational purposes. You are making no effort to stop the people who steal personal info. Instead, you encourage them, providing support and step-by-step tutorials.

    If this is genuinely only for educational purposes, then you should stop providing support to bad actors, and add something to discourage bad actors. However I don't think this is for educational purposes, given your actions I have observed. If this is not for educational purposes, and is instead made for malicious purposes, I will report you as needed.

    opened by KTibow 15
  • SyntaxError

    SyntaxError

    I'm 3 minutes into the tutorial video and I got an error...

    https://minoa.has-no-bra.in/5HWR1Gvi_.png

    PS C:\Users\Minoa\IdeaProjects\R.A.T\server> node .
    C:\Users\Minoa\IdeaProjects\R.A.T\server\app.js:71
        .then(async response => {
              ^^^^^
    SyntaxError: missing ) after argument list
        at createScript (vm.js:56:10)
        at Object.runInThisContext (vm.js:97:10)
        at Module._compile (module.js:549:28)
        at Object.Module._extensions..js (module.js:586:10)
        at Module.load (module.js:494:32)
        at tryModuleLoad (module.js:453:12)
        at Function.Module._load (module.js:445:3)
        at Module.runMain (module.js:611:10)
        at run (bootstrap_node.js:387:7)
        at startup (bootstrap_node.js:153:9)
    PS C:\Users\Minoa\IdeaProjects\R.A.T\server>
    
    

    Please help me -Minoa

    invalid 
    opened by M1noa 4
  • Discord Token is invalid

    Discord Token is invalid

    Hey there, I tried out the function you use to grab the discord token. However when I try to login via Chrome using the token the function returns it isnt working.

    opened by Doppelbemme 3
  • suggestion

    suggestion

    Maybe get the account details and alts such as mails from profile.json and feather essantial badlion login so we can try to use the alt accounts if there any

    opened by qolboi11 3
  • Heroku App Sleeping

    Heroku App Sleeping

    Is there any problem for heroku app sleeping should i change the procfile web to worker to make it stay alive for all the time or sleeping is fine

    About sleeping: would it make the game go no response screen while loading the mod or no?

    opened by Onur-git 2
  • PS D:\Project\R.A.T\server> npm i error

    PS D:\Project\R.A.T\server> npm i error

    PS D:\Project\R.A.T\server> npm i npm : Имя "npm" не распознано как имя командлета, функции, файла сценария или выполняемой программы. Проверьте правильность написания имени, а также наличие и правильность пути, после чего повторите попытку. строка:1 знак:1

    • npm i
    •   + CategoryInfo          : ObjectNotFound: (npm:String) [], CommandNotFoundException
        + FullyQualifiedErrorId : CommandNotFoundException
      
    opened by Vensentent 1
  • Add check for Feather, Essentials, and Lunar file uploads

    Add check for Feather, Essentials, and Lunar file uploads

    stops 'File Not Found :(' text being uploaded to hastebin; only the files with content gets uploaded to hastebin instead. Numbers 1-3 at the end of the link along with the type of login allows for sorting if you wish to find specific embeds with those certain logins. Files with no content do not contains numbers with the type.

    image

    opened by Astrql2 0
  • [FIX] No signature of method: org.gradle.execution.taskgraph.DefaultTaskGraphExecuter.whenReady()

    [FIX] No signature of method: org.gradle.execution.taskgraph.DefaultTaskGraphExecuter.whenReady()

    If you ever encounter the following issue:

    FAILURE: Build failed with an exception.
    
    * Where:
    Initialization script 'C:\Users\Lulas\AppData\Local\Temp\ijresolvers.gradle' line: 339
    
    * What went wrong:
    A problem occurred evaluating initialization script.
    > No signature of method: org.gradle.execution.taskgraph.DefaultTaskGraphExecuter.whenReady() is applicable for argument types: (SetupUtpTestResultListenerAction) values: [SetupUtpTestResultListenerAction@2ad01b7b]
    Possible solutions: whenReady(groovy.lang.Closure)
    
    * Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
    
    BUILD FAILED
    

    This is a common issue with newer versions of IntelliJ and it is normal to have it. The fix is to change Gradle from 3.0 to 3.1 in gradle/wrapper/gradle-wrapper.properties in your workspace.

    bug 
    opened by DxxxxY 0
  • Heroku Help me PLZ

    Heroku Help me PLZ

    Yeah so I am a beginner and I don't know how to setup Heroku and all tutorials are deleted also Isn't Heroku now pay to use and can you use anything else I tried to use discord webhook but it didn't work please help me dm me on discord MagicGuy#6788

    opened by MajonezaEU 0
Owner
17. full-stack developer. 3d modelling. motion graphics. gaming. dxxxxy#0776
null
A Mindustry mod that is public for anyone to contribute. Star the mod for access.

Star the mod and I will add you as a contributor. Rules for contributors Only delete or edit content if you have permission, or if you made the conten

null 6 Jul 25, 2022
A POC of a Discord.js bot that sends 3D rendering instructions to a Go server through gRPC which responds with the image bytes which are then sent back on Discord.

A POC of a Discord.js bot that sends 3D rendering instructions to a Go server through gRPC which responds with the image bytes which are then sent back on Discord.

Henrique Corrêa 5 Jan 8, 2022
The new modern discord token grabber & token stealer, with discord password & token even when it changes

The new modern discord token grabber & token stealer, with discord password & token even when it changes

Stanley 143 Jan 6, 2023
Angular JWT refresh token with Interceptor, handle token expiration in Angular 14 - Refresh token before expiration example

Angular 14 JWT Refresh Token example with Http Interceptor Implementing Angular 14 Refresh Token before Expiration with Http Interceptor and JWT. You

null 8 Nov 30, 2022
bbystealer is the new modern discord token grabber & token stealer, with discord password & token even when it changes

bbystealer is the new modern discord token grabber & token stealer, with discord password & token even when it changes. Terms Educational purpose only. Reselling is forbidden. You can use the source code if you keep credits (in embed + in markdown), it has to be open-source. We are NOT responsible of anything you do with our software.

null 10 Dec 31, 2022
Michael Schneider 4 Oct 26, 2022
An exercise in building a very minimal (and very stupid) in-memory SQL-like database for educational purposes.

Stupid Database This is an exercise in building a very minimal (and very stupid) in-memory SQL-like database for educational purposes. None of this co

Fabio Akita 196 Dec 20, 2022
a cobbled together alternative UI to launchdarkly, allowing read/write access via LD API access token

discount-launchdarkly a cobbled together alternative UI to launchdarkly, allowing read/write access via LD API access token setup make sure you have a

null 9 Oct 19, 2022
Fully undetected stealer (steals wallets, passwords, cookies, modifies discord client like piratestealer etc.)

doenerium (CURRENTLY NOT WORKING BECAUSE OF OBFUSCATION; fixing later) Fully undetected stealer (0/67) I obfuscated this to prevent my stuff being ski

doener 363 Nov 12, 2022
Ajayi Ridwan 7 Oct 21, 2022
Gets news from liveuamap.com and sends it to a Discord webhook

Gets news from liveuamap.com and sends it to a Discord webhook

Mohammed Keyvanzadeh 7 Jun 27, 2022
This is a little script that shows how to ddos a website. This is for example purposes only. Don't ddos a website without the consent of his owner

Dddos-Script This is a little script to ddos a website. This is for example purposes only. I am not responsable of what you do with it If you like thi

null 13 Dec 17, 2022
Venni backend - The backend of the Venni client apps implementing the credit card payments, matching algorithms, bank transfers, trip rating system, and more.

Cloud Functions Description This repository contains the cloud functions used in the Firebase backend of the Venni apps. Local Development Setup For t

Abrantes 1 Jan 3, 2022
Automated testing for single-page applications (SPAs). Small, portable, and easy to use. Click on things, fill in values, await for things exist, etc.

SPA Check Automated testing for single-page applications (SPAs). Small, portable, and easy to use. Click on things, fill in values, await for things e

Cory Leigh Rahman 5 Dec 23, 2022
Hasbik is a community based social token and the new paradigm in the crypto space. With the goal to build a community around a crypto token.

Hasbik is a community based social token and the new paradigm in the crypto space. With the goal to build a community around a crypto token.

null 2 Jan 5, 2022
Ethernaut.5.token - Exercice 5 (Token) on Ethernaut

Advanced Sample Hardhat Project This project demonstrates an advanced Hardhat use case, integrating other tools commonly used alongside Hardhat in the

Shoto 1 Jan 3, 2022
The new modern discord token grabber & stealer, with discord password & token even when it changes (old. PirateStealer)

?? Discord Server - ?? Premium - ?? Builder - ?? Features Authors Stanley Bytixo Autist69420 PirateStealer (by Brooklyn inc) The new modern discord to

Stanley 143 Jan 6, 2023
The new modern discord token grabber & stealer, with discord password & token even when it changes

?? Discord Server - ?? Premium - ?? Builder - ?? Features Authors Râider.#0004 Syborg#0004 Contributors Râider.#0004 Syborg#0004 BbyStealer The new mo

Râider 4 Jul 23, 2022