Integral a643d0719f Refactoring of code
Refactored code so that type hints are correct and common Python standards are followed throughout the majority of the program.

Decided not to touch the Webhook data portion of the code, as making this section abide to common standards would be a significant amount of effort for little return.

Fixed a few typos as well.
2022-09-20 22:03:24 +01:00
2022-08-26 20:54:22 +01:00
2022-09-08 14:03:54 +01:00
2022-08-18 13:13:43 +01:00
2022-09-13 09:12:09 +01:00
2022-09-20 22:03:24 +01:00
2022-09-14 20:54:36 +01:00
2022-08-27 01:14:06 +01:00
2022-09-14 19:03:08 +01:00
2022-08-26 20:54:22 +01:00

Discord QR Token Logger

forthebadge forthebadge author

GitHub GitHub contributors PRs Welcome GitHub issues GitHub pull requests Maintenance GitHub commit activity

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, have a look at this repo.

Capture d’écran 2022-08-27 172232

Loved the tool? Please consider donating 💸 to help it improve!

Buy Coffee for mouadessalim Buy Me A Coffee

Disclaimer

  • For Educational Purposes Only
  • We decline any responsability in case of misuse of this code.

Table of contents

📈Usage

To use the script, you just need to launch it normally without updating any code line ! The Qr-Code image sould appair named discord_gift.png in the current repository. However there is 2 way to use the script :

Without Discord features

Without discord features, you can only get target token, you must proceed as follows:

With Discord features

To use Discord features you will need to provide webhook url to prompt when requested:

With this method you are able to get much more target information like:

  • User token informations :
    • 👑 Username
    • 📧 Mail
    • 📞 Phone
    • 🤑 Nitro
  • Payment info :
    • 💳 Brand (Visa/Mastecard/paypal)
    • /📩 Last 4 or paypal mail
    • 📅 Expiration
  • Billing adress :
    • 📛 Name
    • Line 1
    • ❄ Line 2
    • 🏳 Country
    • 🚩 State
    • 🏙 City
    • 📮 Postal code

🛠Installation

For installation, you may need some requirements, You must follow these steps to avoid all python interpreter errors.

Dependencies

  • Chrome, be sure to have the lattest version.
  • Python 9 or above
  • Python module (launch install_requirements.bat)

After following all instructions, you can start the script 🥳.

Supported Platforms

  • Windows 11 supported but not tested
  • Windows 10 (also known as win32, for x86, x86_64, and arm64 architectures) supported and tested
  • Windows 8 supported but not tested
  • Windows 7 supported but not tested

Contributing

Your contributions are always welcome! if you contribute we will show your account in the README file ! Please have a look at the contribution guidelines first. 🎉

Authors ❤



Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub

📝License

The GNU General Public License v3.0 (GPL-3.0) 2022 - mouadessalim & 9P9. Please have a look at the LICENSE for more details.

💡Others projects

If you love this repository you may be interested in these projects:

Readme Card

Readme Card

Languages
Python 100%