Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleVenom

ShellCheck License Stars

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.

Features

  • Multi-interface support
    • GUI mode — full graphical interface using zenity
    • TUI mode — terminal menu interface using dialog
    • Shell mode — interactive command-line wizard
  • 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

Requirements

SimpleVenom relies on msfvenom (part of the Metasploit Framework) for payload generation.

Essential

  • bash
  • metasploit-framework

Optional (for interface modes)

  • zenity (GUI mode)
  • dialog (TUI mode)

Installation

git clone https://github.com/ByCh4n/SimpleVenom
cd SimpleVenom
chmod u+x simplevenom.sh
./simplevenom.sh

Usage

Run 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

Examples

Run in GUI mode explicitly

./simplevenom.sh --gui

Get help

./simplevenom.sh --help

Disclaimer

SimpleVenom 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.

Author

Hüseyin Altıntaş — ByCh4n

Co-developed with @lazypwny751.

License

Licensed under the MIT license.

About

Metasploit payload generator with GUI, TUI and CLI interfaces - auto-detects the best available mode.

Topics

Resources

Stars

22 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages