Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/astraadev/discord-token-grabber

Simple token grabber developped in python.
https://github.com/astraadev/discord-token-grabber

discord grabber logger python token tokengrabber webhook webhooks

Last synced: about 6 hours ago
JSON representation

Simple token grabber developped in python.

Awesome Lists containing this project

README

        



[Discord] - Token grabber









This script is designed to collect Discord tokens and user information by scanning local storage files from various browser applications and extensions such as Discord, Chrome, Opera, and others. It retrieves sensitive information like tokens, Nitro subscription details, servers (guilds), and other account details, then sends it to a Discord webhook in a formatted message.

---

## Disclaimer
This script is potentially malicious and unethical. It can be used for malicious purposes, such as stealing user tokens, personal information, and other sensitive data. Using this script for malicious purposes without the user's consent is illegal and violates ethical guidelines. Do not use this script without proper authorization.

---

# Features
- [x] - [Retrieves Discord tokens from local storage files](https://github.com/AstraaDev/Discord-Token-Grabber) - Scans local storage files from multiple browsers and Discord clients to collect Discord authentication tokens.
- [x] - [Collects user information such as email, phone number, username, and server (guild) memberships](https://github.com/AstraaDev/Discord-Token-Grabber) - Gathers essential user details from the Discord API, including email, phone number, and server memberships.
- [x] - [Fetches Nitro subscription details, including expiry date and available boosts](https://github.com/AstraaDev/Discord-Token-Grabber) - Retrieves information about Discord Nitro subscription status, including expiry date and available server boosts.
- [x] - [Gathers information about payment methods linked to the Discord account](https://github.com/AstraaDev/Discord-Token-Grabber) - Collects payment method details linked to the Discord account, including valid credit cards and PayPal accounts.
- [x] - [Sends all collected data to a specified Discord webhook](https://github.com/AstraaDev/Discord-Token-Grabber) - Sends the collected user data, Nitro details, guild information, and other relevant data to a configured Discord webhook for monitoring.

---

### Requirements
- Python 3.x
- Required libraries:
- `requests`
- `win32crypt`
- `pycryptodome` (for AES decryption)
- `json`
- `re`
- `base64`

Install the required libraries using `pip`:

```bash
pip install requests pycryptodome
```

---

### Usage
1. **Clone the repository or download the script**.
2. **Modify the webhook URL**: In the `main()` function, replace the placeholder `WEBHOOK_URL` with your actual Discord webhook URL.
3. **Run the script**: The script will search for the local data files of various browsers and Discord clients to extract the stored tokens.

```bash
python main.py
```

---

### Important Notes
- The script is designed for **Windows systems only** (due to the use of `win32crypt` and `LocalAppData`).
- **Make sure to use this script responsibly and only for ethical purposes**.
- **Do not use this script to steal personal data** or perform actions without the user's consent. Misusing this script is illegal.

---

### Example Output

---

## Additional Information
- Need help? Join the [Discord Server](https://discord.gg/PKR7nM9j9U).
- Contributions are welcome! Open an issue or create a pull request.