NullCode1337 / NimGrabber

Fast Discord Token Grabber written in Nim (410kb payload)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NimGrabber

First OSS Discord Token Grabber written in Nim

πš…πš’πšœπš’πšπš˜πš›πšœ

Features

  • Small size compared to Python loggers (410~kb)
  • Written with pure libs (no need for DLLs)
  • No caching, everything done on-time
  • Supports a LOT of browsers and clients
  • Optional IP Grabber (can be toggled in file)
  • Wow only 3 detections

VirusTotal Scan Result

How to use

  • MUST: Install Nim (using my guide if you want)
  • Since this needs a Discord Webhook (like all things do), go create one
  • Download repo as zip / git clone, and store somewhere
  • Replace the webhook link, user ID and toggle whatever you need
  • Run Compile.bat, which will sort out everything for you

Or if you want to do manually:

nimble install puppy
nimble install regex
nim c -d:danger --gc:arc -d:useMalloc --panics:on <file>.nim
strip -s <file>.exe

Credits and stuff

  1. ME (NullCode1337)
  2. narimiran and his legendary guide
  3. Yardanico, enthus1ast and Rika on Nim Discord

Payload Screenshots

  • Without embed:

Without embed

  • With embed:

With embed

TODO [Fully Complete]

  • Testing on PCs without Nim toolchain
  • Nicer upload (using embeds)
  • Make code less weird
  • IP Grabber

Archived because it's totally complete, like I have nothing else important that I want to add

About

Fast Discord Token Grabber written in Nim (410kb payload)


Languages

Language:Nim 81.0%Language:Batchfile 19.0%