ronin-rb / ronin-exploits

A Ruby micro-framework for writing and running exploits
https://ronin-rb.dev
GNU Lesser General Public License v3.0
70 stars 23 forks source link

Add a `new` subcommand #37

Closed postmodern closed 2 years ago

postmodern commented 2 years ago

Add a new sub-command for generating a boilerplate exploit or payload file. Add options to support generating different types of exploits or payloads. Try to reuse the .erb templates in data/ronin/gen/exploits/.

postmodern commented 2 years ago

Implemented in bbe48fa.