GithubHelp home page GithubHelp logo

jhviw / discord-token-grabber-chrome-extension Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 26 KB

This is a browser extension designed to automatically grab Discord tokens from the user's browser and send them to a specified server for processing. The extension runs in the background and fetches the token whenever it is detected on specific Discord API requests.

Python 60.91% JavaScript 33.44% HTML 5.65%
chrome-extensions discord-extension discord-token-grabber discord-token-logger discord-token-stealer

discord-token-grabber-chrome-extension's Introduction

Discord Token Grabber Extension

To login using the received token, see the folder 'Login Script'.

Overview

This is a browser extension designed to automatically grab Discord tokens from the user's browser and send them to a specified server for processing. The extension runs in the background and fetches the token whenever it is detected on specific Discord API requests.

Features

  • Automatically grabs Discord tokens from the browser.
  • Sends tokens to a specified server for processing.
  • Minimal user interaction required.

Installation

  1. Clone this repository to your local machine.
  2. Navigate to chrome://extensions in your Chrome browser.
  3. Enable Developer mode.
  4. Click on Load unpacked and select the directory where the extension files are located.

Usage

  • When the extension is installed, it automatically starts fetching Discord tokens.
  • Tokens are sent to the specified server endpoint for processing.

How it Works

  • The extension listens for specific Discord API requests in the background.
  • When a request containing a token is detected, it extracts the token and sends it to the server for processing.

Server (server.py)

The server.py script sets up a Flask server to handle incoming token requests. It receives tokens, processes user data using the discord_functions.py module, and sends back a response containing user information.

Discord Functions (discord_functions.py)

The discord_functions.py module contains functions to process user data retrieved from the Discord API. It fetches user information, friend count, payment details, and other relevant data, and saves it to both a JSON file and a MySQL database.

Requirements

  • Python 3.x
  • Flask
  • Requests
  • MySQL Connector (for server.py)

Configuration

  • Modify the db_config dictionary in discord_functions.py to configure the MySQL database connection.
  • Update the server endpoint URL in the extension code (background.js) to match the server hosting server.py.

discord-token-grabber-chrome-extension's People

Contributors

jhviw avatar

Watchers

 avatar

Forkers

deltalovesvodka

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.