spuuntries / dangerrr

Example of a discord token grabber attack via bookmarklets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bookmarklet-based token logger

⚠️ DISCLAIMER: THIS REPO DEMONSTRATES A TOKEN GRABBER. HOWEVER, IT DOES NOT PROVIDE THE CODE TO PROPERLY OBTAIN A TOKEN MALICIOUSLY.

For educational purposes only; used to educate my staff team to avoid these.
An implementation of a Discord token grabber that has been going around recently, w/o the webhook part, the token is hashed and sent as an alert to the browser.
This can, irl, easily be replaced with a webhook pipeline, or other more complicated mechanisms.

dangerNoodle.js contains the JS of the bookmarklet.
index.html is an example page.

About

Example of a discord token grabber attack via bookmarklets


Languages

Language:HTML 78.6%Language:JavaScript 21.4%