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!
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 only
2 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:
For installation, there are a few requirements. You must follow these steps to avoid all python interpreter errors.
pip install -r requirements.txt
)After installing all dependencies, you can start the script ๐ฅณ.
supported but not tested
supported and tested
supported but not tested
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