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 `Ronin::Exploits::CLI::Commands::New` subcommand #69

Closed postmodern closed 2 years ago

postmodern commented 2 years ago

Add a Ronin::Exploits::CLI::Commands::New sub-command which generates boilerplate exploit modules. Reuse the .erb templates in data/ronin/gen/exploits/. Add options based on the parameters in the lib/ronin/gen/generators/exploits/... classes.

postmodern commented 2 years ago

Duplicate of #37.