Discord Image Token Grabber
This repo is months old, i cannot confirm that this is still working. If anyone can tell me the current status of this, it would be helpful for me, and others.
A Python script that automatically generates a Nitro scam QR code and grabs the Discord token when scanned. This tool demonstrates how people can trick others into scanning their Discord login QR Code, and gain access to their account. Use for Educational Purposes only.
Download the latest version(see what version of chrome you have by going to chrome://version) of chromedriver, and replace the old chromedriver.exe with the new one. If you get any errors, scroll down to troubleshoot to learn more.
-
If you dont have python installed, download python 3.7.6 and make sure you click on the 'ADD TO PATH' option during the installation.
-
Install the required modules >
pip install -r requirements.txt
or double clickpip_install_requirements.bat
-
Type
python QR_Generator.py
in cmd to run or double clickrun_script.bat
-
Wait for the
discord_gift.png
to be generated. Send the image to the victim and make them scan it. -
QR Code only lasts about 2 minutes. Make sure you send a fresh one to the victim and he is ready to scan.
-
When the QR Code is scanned, you will automatically be logged in to their account and the script will grab the Discord token.
Make sure your chromedriver.exe file is the same version as your current Chrome web browser version. To check your current Chrome version,
paste chrome://settings/help
in Google Chrome.
if Chrome crashes,
- 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.