โ ๏ธ This repo is currently being revamped into a new project, it will be unarchived when it is complete.
Q: Why does this Token Grabber no longer work?
A: This is due to Discords new token encryption, so the regex that searches for tokens will not work.
Q: Why are you abondoning this project?
A: Theres an excessive amount of Discord tokens grabbers on Github, they are all pretty much the same.
An advanced Discord token grabber thats easy to use and extremely reliable.
- Decently small amount of code.
- No local caching, undectectable.
- Tokens and other data can be sent through a Discord webhook.
- Very Small amount of AV's flag this as a virus.
- Scans 15+ Sources for tokens.
- Gathers most computer data.
- Can easily be obfuscated and packaged into an EXE.
- Determines if alt-accounts are logged into the same PC, and snipes their tokens as well.
- Verifies tokens to prevent request/webhook spam.
- Fetches general information from a user (username, phone number, etc).
- Displays a neat embed that gives you all information that you need.
At the moment, grabbing tokens from FireFox is a bit complicated, but I plan to add this soon.
I created this sofware for an assingment in my CyberSecurity class. Our job was to create our own malware. I highly discourage using this against someone else. I am responsible for creating it, but not responsible for its use against another user.
- Download or Clone the files from the repo.
- Make sure you have Python 3+ on your machine
- Open the destination folder and run
pip install requests
to install the needed package. - Open
main.py
and adjust config values as needed. - [ OPTIONAL ] Run
auto-py-to-exe
to compile this program into an EXE. - [ TIP ] If you want to compile Token Monster into an EXE, ZIP it to download it on Chrome.
To prevent the further use of token grabbers, I will be working on an anti-token grabber. This will take a while.
Thanks to Nexuzzzz for the extra harvesting paths.