Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
libenom — CLI wrapper for MSFvenom that streamlines payload creation with profile management, automated listener generation, and organized output for penetration testing workflows. | Kitploit
Tools/GitHubGitHub/bounteous17/libenom
Penetration Testing FrameworksExploit FrameworksPayload GenerationPayload Development
GitHubbounteous17/libenom

libenom

CLI wrapper for MSFvenom that streamlines payload creation with profile management, automated listener generation, and organized output for penetration testing workflows.

View Repository
21111710 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

libenom

What is Libenom ??

Libenom is a tool created for make more easy and fast the creation of payloads with MSFvenom and get all the data generated ordered.

captura de pantalla de 2016-08-14 17-25-06


:exclamation: Requirements

  • A linux distribution for pentesting or Ubuntu, Debian, Mint

  • Recommended Kali Linux 2.0 sana or 2016.1 rolling, Parrot OS, Blackarch, Dracos ,Lionsec


  • :book: Getting Started

    git clone https://github.com/bounteous/libenom.git
    cd libenom
    chmod +x libenom.py


    How it works:

    Execute "./libenom.py" to show all the options. For example you can first create a profile named "profile1" with "-c" option and assign it to the msfvenom parameters

    captura de pantalla de 2016-08-14 17-48-40

    After that you can execute it "./libenom.py -x profile1", delete it "-d" or read "-r"

    Also you have some pre created msfconsole listeners for a "reverse_tcp" conexion

    captura de pantalla de 2016-08-17 19-21-25


    v-1.0.1

  • Added new option to edit IDs

  • Download Tool