Skip to content

A tool that extracts discord tokens from .ldb and .log files and sends them via a webhook using cURL and threads.

Notifications You must be signed in to change notification settings

Kr3my/Discord-Token-Grabber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💼 Discord Token Grabber

💫 A simple token grabber developed in C++.

📁 Requirements

  • Visual Studio installed with C++.
  • The system must have a 64-bit processor architecture (x64) and be capable of running a 64-bit operating system and applications.

🔥 Features

  • 🪄 5x faster than other similar token grabbers: This project divides each task into different threads, which makes the information collected and sent to the webhook simultaneously to save time.

📖 Instructions

  1. Open the solution and add your webhool URL to the Main.cpp file.

image

  1. Build a x64 release.

image

  1. The grabber will log the raw token and the encrypted key, I was a bit lazy to implement it all in the same code, but I developed a python project to decrypt it and get the access token with these two elements, although you can use any other online program to help you with this. My CLI Tool

❗DISCLAIMER

This project was developed by and for study purposes.

Regex in most paths except the main discord path are quite imprecise

About

A tool that extracts discord tokens from .ldb and .log files and sends them via a webhook using cURL and threads.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published