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 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 — generate payloads for Windows, Android, and Linux
SimpleVenom relies on msfvenom (part of the Metasploit Framework) for payload
generation.
Essential
bashmetasploit-framework
Optional (for interface modes)
zenity(GUI mode)dialog(TUI mode)
git clone https://github.com/ByCh4n/SimpleVenom
cd SimpleVenom
chmod u+x simplevenom.sh
./simplevenom.shRun without arguments to auto-detect the best mode, or force a specific mode:
./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 the help message |
-v, --version |
Show version information |
Run in GUI mode explicitly
./simplevenom.sh --guiGet help
./simplevenom.sh --helpSimpleVenom generates offensive payloads and is provided for authorized penetration testing and educational purposes only. Use it exclusively on systems you own or have explicit permission to test. The author accepts no liability for misuse.
Hüseyin Altıntaş — ByCh4n
- GitHub: @ByCh4n
- LinkedIn: huseyinaltns
- X: @huseyinaltns
Co-developed with @lazypwny751.
Licensed under the MIT license.