Community / Support: Discord
SimpleVenom is a robust wrapper for generating Metasploit payloads, offering three different user interfaces: GUI (Zenity), TUI (Dialog), and a standard CLI Shell. It automatically detects your installed tools to provide the best possible experience.
- Multi-Interface Support:
- GUI Mode: Full graphical interface using
zenity. - TUI Mode: Terminal-based menu interface using
dialog. - Shell Mode: Interactive command-line wizard.
- GUI Mode: Full graphical interface using
- Smart Auto-Detection: Automatically selects the best available interface.
- Dependency Management: Checks for required tools at startup.
- Payload Support: Easily generate payloads for Windows, Android, and Linux.
This script relies on msfvenom (part of the Metasploit Framework) for payload generation.
bashmetasploit-framework
zenity(for GUI mode)dialog(for TUI mode)
git clone https://github.com/ByCh4n/SimpleVenom
cd SimpleVenom
chmod u+x simplevenom.sh
./simplevenom.shYou can run the script without arguments to let it auto-detect the best mode, or force a specific mode using flags:
./simplevenom.sh [OPTIONS]| Flag | Description |
|---|---|
-g, --gui |
Force GUI Mode (Zenity) |
-t, --tui |
Force TUI Mode (Dialog) |
-s, --shell |
Force Shell Mode (CLI) |
-h, --help |
Show help message |
-v, --version |
Show version information |
Run in GUI mode explicitly:
./simplevenom.sh --guiGet help:
./simplevenom.sh --help- ByCh4n
- lazypwny
This project is licensed under the MIT License.