Skip to content

notauthorisedxd/Malware-Killer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PySilon Decompiler and Token Extractor

   ██████╗ ██████╗  █████╗ ██████╗ ██████╗ ███████╗██████╗     ██████╗ ███████╗ ██████╗ ██████╗ ███╗   ███╗██████╗ ██╗██╗     ███████╗
  ██╔════╝ ██╔══██╗██╔══██╗██╔══██╗██╔══██╗██╔════╝██╔══██╗    ██╔══██╗██╔════╝██╔════╝██╔═══██╗████╗ ████║██╔══██╗██║██║     ██╔════╝
  ██║  ███╗██████╔╝███████║██████╔╝██████╔╝█████╗  ██████╔╝    ██║  ██║█████╗  ██║     ██║   ██║██╔████╔██║██████╔╝██║██║     █████╗  
  ██║   ██║██╔══██╗██╔══██║██╔══██╗██╔══██╗██╔══╝  ██╔══██╗    ██║  ██║██╔══╝  ██║     ██║   ██║██║╚██╔╝██║██╔═══╝ ██║██║     ██╔══╝  
  ╚██████╔╝██║  ██║██║  ██║██████╔╝██████╔╝███████╗██║  ██║    ██████╔╝███████╗╚██████╗╚██████╔╝██║ ╚═╝ ██║██║     ██║███████╗███████╗
   ╚═════╝ ╚═╝  ╚═╝╚═╝  ╚═╝╚═════╝ ╚═════╝ ╚══════╝╚═╝  ╚═╝    ╚═════╝ ╚══════╝ ╚═════╝ ╚═════╝ ╚═╝     ╚═╝╚═╝     ╚═╝╚══════╝╚══════╝

A tool to extract Discord tokens from .exe files which are made with the malware Pysilon. Pysilon can be found at this link https://github.com/mategol/PySilon-malware

It turns built .exe versions of pysilon into a .pyc (using utils/pyinstxtractor.py) and then reads the bytecode from the .pyc, decrypts strings and gets the token.

image

image

image

Table of Contents

Features

  • Decompiles PyInstaller executables to extract .pyc files.
  • Scans for Discord tokens in bytecode.
  • Deletes extracted files after processing to keep your workspace clean.

Requirements

Make sure you have Python 3.6 or higher installed on your machine. You will also need to install the required Python packages.

Required Packages

Installation

  1. Clone the repository:

    git clone https://github.com/notauthorisedxd/Pysilon-Decompile.git
    cd Pysilon-Decompile
  2. Download Dependencies:

    pip install -r requirements.txt
  3. Run main.py

    python main.py

Any issues open an issue or dm me on discord notauthorisedxdxd

About

Grabs the infomation needed to mess with the person who is using pysilon. You get the token.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages