Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fishylunar/powershell-discord-token-grabber

Uses PowerShell to grab Discord tokens from Stable, Canary, and PTB - Also has a batch version :3
https://github.com/fishylunar/powershell-discord-token-grabber

batch discord powershell security-research

Last synced: 2 months ago
JSON representation

Uses PowerShell to grab Discord tokens from Stable, Canary, and PTB - Also has a batch version :3

Awesome Lists containing this project

README

        

# PowerShell-Discord-Token-Grabber
## NOTE : These scripts are PoC (Proof of Concept) scripts, and are 100% harmless.
### Features
###### Grab tokens stored in Local Storage in
- Discord Stable
- Discord Canary
- Discord PTB
###### Validates the tokens using the Discord API

###### Fetch username, tag, and ID from the tokens

### What is the different files?

"psh-grabber.ps1" - Contains comments and is formatted

"psh-grabber-no-debug.ps1" - Ugly version with almost no formatting and comments

"psh-grabber-min.ps1" - One line minified version

"batch-grabber.cmd" - Contains the batch version (Still uses powershell to run its commands, but the executable is a batch file)

"batch-grabber-obf.cmd" - Obfuscated version of "batch-grabber.cmd"

## <3 ~Jayy