Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fishylunar/powershell-discord-token-grabber
- Owner: fishylunar
- Created: 2020-10-21T20:36:55.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-22T19:50:55.000Z (about 4 years ago)
- Last Synced: 2023-12-25T17:03:06.431Z (about 1 year ago)
- Topics: batch, discord, powershell, security-research
- Language: PowerShell
- Homepage:
- Size: 7.81 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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