A python script that generates a scam nitro QR code which can grab a victim's authentication token if scanned. Developed to show how social engineering is performed.
If you're interested in knowing the powerlevel configuration to get this prompt, you can contact me here.
Love the tool? Please consider donating 💸 to help it improve!
- For Educational Purposes Only
- We decline any responsability in case of misuse of this code.
To use the script, run pip install -r requirements.txt
if needed, then run main.py
. The scam image will appear as discord_gift.png
in the directory.
⚠️ The Qr generated image is available for only2 min
!⚠️
There are two ways to use the script:
Without a Discord Webhook, you can only get target token. You must enter n
when prompted.
To use a Discord Webhook you must enter y
when prompted.
With a Discord Webhook, you will be able to get much more target information. The target information shown includes:
- User token informations :
- 👑 Username
- 🆔 User ID
- 📞 Phone
- 🤑 Nitro
- Payment info :
- 💳 Brand (Visa / Mastecard / PayPal)
- ℹ/📩 Last 4 digits / PayPal mail
- 📅 Expiration
- Billing adress :
- 📛 Name
- 🏠 1️⃣ Address Line 1
- 🏠 2️⃣ Address Line 2
- 🏳 Country
- 🚩 State
- 🏙 City
- 📮 Postal code
For installation, there are a few requirements. You must follow these steps to avoid all python interpreter errors.
- Chrome: be sure to have the latest version.
- Python 3.9+
- Python Modules (launch
pip install -r requirements.txt
) - GTK 3 Runtime (Download here)
After installing all dependencies, you can start the script 🥳.
- Windows 11 -
supported but not tested
- Windows 10 -
supported and tested
- Windows 8 -
supported but not tested
- Windows 7 -
supported but not tested
Your contributions are always welcome! If you contribute we will show your account in this README!
Please have a look at the contribution guidelines first. 🎉
Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub