PyBit is a powerful, Python-based tool for detecting and protecting against Discord-related malware before it can be executed. It automatically detects malicious webhooks, decompiles both executable files and .pyc
files, and provides a clear insight into the inner workings of potentially dangerous files. This tool is designed for developers, security professionals, and anyone who wants to ensure the integrity and safety of their systems by inspecting and mitigating malware threats.
- 🕵️♂️ Webhook Detection: Automatically detects Discord webhooks embedded within malicious code, alerting the user to potential threats.
- 🛠️ Executable Analysis: Decompiles and analyzes Windows executables (.exe files), identifying hidden malware code that might otherwise be difficult to spot.
- 🐍 PYC File Decompiling: Decompiles
.pyc
files, often used in Python-based malware, to allow users to inspect malicious code and identify vulnerabilities. - 👨💻 User-Friendly Interface: Minimal user input required, providing easy-to-understand output and warnings that help mitigate security risks.
- 🚀 Fast Processing: Quickly scans files and outputs results, making it easy to scan multiple files in short bursts.
- 🔒 Security-Centered: Focused on detecting malicious behavior commonly associated with Discord malware, particularly related to webhook usage.
Above: Example of PyBit scanning an executable file for malicious code.
if you have python installed follow these steps
- RUN installation batch file called start.bat
- Once this has been ran and finished the file will execute
- Python 3.11.0 or higher (we recommend Python 3.11.0 for compatibility with all dependencies).
- Git (for cloning the repository).
If you don't have Python installed, download it from the official website: