A basic discord token logger that cycles through user cookies until it finds a discord cookie, decrypts that cookie, and then sends it to a discord webhook. Using python and base64, you can shorten this token logger into a single line that can be easily implanted into any application.
The reason I don't provide the shortened logger already generated is because the webhook link wouldn't be editable
Usage:
- Open up token_logger.py and then change the webhook link on line 19 to your own.
- Use one_line_generator.py to generate the one line version
- Profit