Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

bluesentinelsec/msfvenomGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

msfvenomGUI

msfvenomgui provides a graphical UI over Metasploit's msfvenom tool.

This tool was created to satisfy classwork for Dakota State University's CSC-842 Security Tool Development.

Demo video: here

image

Prerequisites

  • Python 3 Interpreter
  • Pip3
  • tkinter
  • msfvenom

Usage

# install msfvenomgui with pip
pip install msfvenomgui

# execute msfvenomgui
msfvenomgui

Build from Source

First install Poetry for your platform.

Once Poetry is intalled, run the following commands from the msfvenom root folder:

# install needed dependencies
poetry install

# run msfvenomgui
poetry run msfvenomgui

Future Work

  1. Expose all payloads and executable formats
  2. Automatically find the msvenom path, without blocking the program
  3. Dynamically expose arguments based on the selected payload

Releases

No releases published

Packages

No packages published

Languages