Project

ronin-gen

0.01
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Ronin Gen is a Ruby library for Ronin that provides various generators.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0
~> 0.8

Runtime

 Project Readme

Ronin Gen

Build Status

Description

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.

Features

  • Provides {Ronin::Gen::FileGenerator}
  • Provides {Ronin::Gen::DirGenerator}
  • Provides {Ronin::Gen::SourceCodeGenerator}
  • Provides {Ronin::Gen::RubyGenerator}
  • Generators for creating new Ronin {Ronin::Gen::Generators::Repository Repositories} and {Ronin::Gen::Generators::Library Libraries}.

Synopsis

Generate a skeleton Ronin library:

$ ronin-gen library PATH [options]

Generate a skeleton Overlay:

$ ronin-gen repository PATH [options]

List available generators:

$ ronin-gen

Requirements

Install

Stable

$ gem install ronin-gen

Edge

$ git clone git://github.com/ronin-ruby/ronin-gen.git
$ cd ronin-gen/
$ bundle install
$ ./bin/ronin-gen --help

License

Copyright (c) 2009-2013 Hal Brodigan (postmodern.mod3 at gmail.com)

This file is part of Ronin Gen.

Ronin Gen is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Ronin Gen is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with Ronin Gen. If not, see http://www.gnu.org/licenses/.