Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.
/ ronin-gen Public archive

Ronin Gen is a Ruby library for Ronin that provides various generators.

License

Notifications You must be signed in to change notification settings

ronin-rb/ronin-gen

Repository files navigation

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/.

About

Ronin Gen is a Ruby library for Ronin that provides various generators.

Resources

License

Stars

Watchers

Forks

Packages

No packages published