Closed postmodern closed 2 years ago
The ronin-exploits command should be able to search Ronin::Repos for all exploit files (aka files within the exploits/ directory). Additionally, ronin-exploit should be able to search for and load an exploit file/class from Ronin::Repos.
ronin-exploits
Ronin::Repos
exploits/
ronin-exploit
This will be implemented once Ronin::Repos::ModulesDir is included into Ronin::Exploits.
Ronin::Repos::ModulesDir
Ronin::Exploits
The
ronin-exploits
command should be able to searchRonin::Repos
for all exploit files (aka files within theexploits/
directory). Additionally,ronin-exploit
should be able to search for and load an exploit file/class fromRonin::Repos
.