Ronin Gen
Ronin Gen is a Ruby library for Ronin that provides various generators.
Ronin is a Ruby platform for exploit development and security research. Ronin allows for the rapid development and distribution of code, exploits or payloads over many common Source-Code-Management (SCM) systems.
Ruby
Ronin's Ruby environment allows security researchers to leverage Ruby with ease. The Ruby environment contains a multitude of convenience methods for working with data in Ruby, a Ruby Object Database, a customized Ruby Console and an extendable command-line interface.
Extend
Ronin's more specialized features are provided by additional Ronin libraries, which users can choose to install. These libraries can allow one to write and run Exploits and Payloads, scan for PHP vulnerabilities, perform Google Dorks or run 3rd party scanners.
Publish
Features
- Provides Ronin::Generators::Generator, a Thor based generator class that can be used to create new generators.
- Provides Ronin::Generators::DirGenerator, a Thor based generator that can be used to create new directory generators.
- Generators for Overlays and Extensions.
Synopsis
-
Generate a skeleton Overlay:
$ ronin-gen overlay PATH
-
Generate a skeleton Extension:
$ ronin-gen extension PATH
Requirements
- Ronin >= 0.3.0
Install
$ sudo gem install ronin-gen