Closed postmodern closed 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.
Ronin::Exploits::CLI::Commands::New
.erb
data/ronin/gen/exploits/
parameter
lib/ronin/gen/generators/exploits/...
Duplicate of #37.
Add a
Ronin::Exploits::CLI::Commands::New
sub-command which generates boilerplate exploit modules. Reuse the.erb
templates indata/ronin/gen/exploits/
. Add options based on theparameter
s in thelib/ronin/gen/generators/exploits/...
classes.