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

Update the `ronin-exploits`/`ronin-exploit` commands to use `ronin-repos` #57

Closed postmodern closed 2 years ago

postmodern commented 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.

postmodern commented 2 years ago

This will be implemented once Ronin::Repos::ModulesDir is included into Ronin::Exploits.