An advanced Discord token grabber thats easy to use and extremely reliable.
- No local caching, undectectable.
- Tokens and other data can be sent through an API URL or a Discord webhook.
- Toggle a fake GUI to trick victims.
- Very Small amount of AV's flag this as a virus.
- Scans Chrome, Brave, Opera, Yandex, Firefox, and the Discord Client for tokens.
- Provides computer username and IP to determine where a token came from.
- 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).
- [ WEKHOOK ] Displays a neat embed that gives you all information that you need.
- [ API URL ] Sends data as a POST request to a URL for further proccessing or storage.
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 -r requirements.txt
to install the needed packages. - 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.
From experience, I know a few "wise guys" will choose to use this software for nefarious purposes. So for my next project, Ill consider making a tool that protects your Discord token from all of the token grabbers that are out there.