██████╗ ██████╗ █████╗ ██████╗ ██████╗ ███████╗██████╗ ██████╗ ███████╗ ██████╗ ██████╗ ███╗ ███╗██████╗ ██╗██╗ ███████╗
██╔════╝ ██╔══██╗██╔══██╗██╔══██╗██╔══██╗██╔════╝██╔══██╗ ██╔══██╗██╔════╝██╔════╝██╔═══██╗████╗ ████║██╔══██╗██║██║ ██╔════╝
██║ ███╗██████╔╝███████║██████╔╝██████╔╝█████╗ ██████╔╝ ██║ ██║█████╗ ██║ ██║ ██║██╔████╔██║██████╔╝██║██║ █████╗
██║ ██║██╔══██╗██╔══██║██╔══██╗██╔══██╗██╔══╝ ██╔══██╗ ██║ ██║██╔══╝ ██║ ██║ ██║██║╚██╔╝██║██╔═══╝ ██║██║ ██╔══╝
╚██████╔╝██║ ██║██║ ██║██████╔╝██████╔╝███████╗██║ ██║ ██████╔╝███████╗╚██████╗╚██████╔╝██║ ╚═╝ ██║██║ ██║███████╗███████╗
╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═════╝ ╚═════╝ ╚══════╝╚═╝ ╚═╝ ╚═════╝ ╚══════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚══════╝
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.
↓
↓
- Decompiles PyInstaller executables to extract
.pycfiles. - Scans for Discord tokens in bytecode.
- Deletes extracted files after processing to keep your workspace clean.
Make sure you have Python 3.6 or higher installed on your machine. You will also need to install the required Python packages.
-
Clone the repository:
git clone https://github.com/notauthorisedxd/Pysilon-Decompile.git cd Pysilon-Decompile -
Download Dependencies:
pip install -r requirements.txt
-
Run main.py
python main.py
Any issues open an issue or dm me on discord notauthorisedxdxd


