Skip to content

xsudoxx/MSFvenomGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MSFvenom Payload Generator

App Preview

A user-friendly graphical interface for generating Metasploit Framework payloads using msfvenom. This application streamlines the process of creating payloads by allowing you to choose payloads, encoders, and various options.

Features

  • Choose from a wide variety of payloads for different platforms and purposes.
  • Select an encoder to obfuscate your payload if needed.
  • Customize settings such as LHOST, LPORT, output format, and file extension.
  • Generate payloads with ease and speed.
  • Visualize the results through an intuitive user interface.

Prerequisites

  • Python 3.x
  • Metasploit Framework

Installation

  1. Clone this repository.
    git clone https://github.com/your-username/msfvenom-payload-generator.git
    cd msfvenom-payload-generator
  2. Ensure you have the Metasploit Framework installed and accessible in your environment.
  3. Install required Python packages.
    pip install -r requirements.txt
    

Usage

  1. Run the application using Python.
    python msfvenom_app.py
    
  2. Fill in the required details such as LHOST, LPORT, and select a payload from the dropdown list.
  3. Choose an encoder if desired.
  4. Select the output format and file extension.
  5. Click the "Generate Payload" button to create the payload.
  6. The generated payload will be saved to the specified location.

Screenshots

image

image

Contributions

Contributions to this project are welcome! Feel free to open issues or pull requests.

License

This project is licensed under the MIT License.

Developed by xsudoxx

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages