Warning: This project is for educational purposes only. Unauthorized access to someone else's data is illegal and unethical.
This script searches for Discord tokens stored on a user's computer and displays them in the terminal. It traverses through specific directories associated with Discord and various browsers to locate the tokens.
- Searches for Discord tokens in various locations on a Windows machine.
- Outputs the found tokens to the terminal for inspection.
- Designed for educational and ethical hacking purposes.
- Python 3.x
-
Clone this repository to your local machine:
git clone https://github.com/JESSIM-lua/tokengrabber.git
-
Navigate to the project directory:
cd tokengrabber
-
Ensure you have Python installed on your system. You can download it from python.org.
-
Run the script:
python token_grabber.py
The script performs the following steps:
- Defines the paths to search for tokens in various locations where Discord and browsers may store tokens.
- Traverses these directories, searching for files with extensions
.logand.ldb. - Uses regular expressions to find and extract tokens from these files.
- Prints the found tokens to the terminal.
This project is licensed under the Copyleft License.
This tool is for educational purposes only. The author is not responsible for any misuse of this tool. Always use ethical practices and respect others' privacy.