Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/9p9/discord-qr-token-logger
Utilises Discord QR Login Feature To Create a Token Logger Scannable QR code!
https://github.com/9p9/discord-qr-token-logger
anarchy-grabber discord-token discord-token-grabber discord-token-logger discord-tokens token-grabber token-logger
Last synced: 2 days ago
JSON representation
Utilises Discord QR Login Feature To Create a Token Logger Scannable QR code!
- Host: GitHub
- URL: https://github.com/9p9/discord-qr-token-logger
- Owner: 9P9
- License: other
- Created: 2021-05-22T21:15:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T16:54:09.000Z (3 months ago)
- Last Synced: 2024-08-12T19:36:13.516Z (3 months ago)
- Topics: anarchy-grabber, discord-token, discord-token-grabber, discord-token-logger, discord-tokens, token-grabber, token-logger
- Language: Python
- Homepage:
- Size: 72.5 MB
- Stars: 221
- Watchers: 12
- Forks: 97
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
โ ๏ธ This repository has been archived and is no longer maintained. โ ๏ธ
# Discord QR Token Logger
[![forthebadge](https://raw.githubusercontent.com/9P9/Discord-QR-Token-Logger/f0df606d3e95043c7fbc67babc3ec6f2dec5922e/.github/made-by-mouadessalim.svg)](https://github.com/mouadessalim)
![GitHub contributors](https://img.shields.io/github/contributors/9P9/Discord-QR-Token-Logger)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=shields)](http://makeapullrequest.com)
![GitHub issues](https://img.shields.io/github/issues/9P9/Discord-QR-Token-Logger)
![GitHub pull requests](https://img.shields.io/github/issues-pr/9P9/Discord-QR-Token-Logger)
![Maintenance](https://img.shields.io/maintenance/no/2023)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/9P9/Discord-QR-Token-Logger)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](https://mouadessalim.xyz/#contact).*
![Discord QR Token Grabber](https://user-images.githubusercontent.com/38190847/187040712-92f4c796-c655-47a2-abb2-7f4519d1dab7.png)
Love the tool? Please consider donating ๐ธ to help it improve!## โ Disclaimer
- **For Educational Purposes Only**
- **We decline any responsability in case of misuse of this code.**# ๐ Table of contents
- [Usage](#-usage)
- [Without Discord features](#without-discord-webhook)
- [With Discord features](#with-discord-webhook)
- [Installation](#-installation)
- [Dependencies](#dependencies)
- [Supported Platforms](#supported-platforms)
- [Contributing](#contributing)
- [Authors](#authors-)
- [License](#-license)
- [Other Project](#-other-projects)# ๐ Usage
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 Discord Webhook
Without a Discord Webhook, you can only get target token. You must enter `n` when prompted.
### With Discord Webhook
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
- ๐ง Mail
- ๐ 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# ๐ Installation
For installation, there are a few requirements. You must follow these steps to avoid all python interpreter errors.
## Dependencies
- Chrome: **be sure to have the latest version**.
- Python 3.9+
- Python Modules (launch `pip install -r requirements.txt`)
- GTK 3 Runtime ([Download here](https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer/releases))After installing all dependencies, you can start the script ๐ฅณ.
## Supported Platforms
- Windows 11 - `supported but not tested`
- Windows 10 - `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 this README!
_Please have a look at the [contribution guidelines](CONTRIBUTING.md) 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](https://kcd.im/pull-request)