Tuesday 30 August 2016

libenom - Make Fast and Easy Payloads with MSFvenom


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

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.

  • 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


    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

    Read more here.