# Ronin Support * [Source](http://github.com/ronin-ruby/ronin-support) * [Issues](http://github.com/ronin-ruby/ronin-support/issues) * [Documentation](http://rubydoc.info/github/ronin-ruby/ronin-support/frames) * [Mailing List](http://groups.google.com/group/ronin-ruby) * irc.freenode.net #ronin ## Description Ronin Support is a support library for Ronin. Ronin Support contains many of the convenience methods used by Ronin and additional libraries. 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 Ronin allows users to publish and share code, exploits, payloads or other data via Overlays. Overlays are directories of code and data that can be hosted on any SVN, Hg, Git or Rsync server. Ronin makes it easy to create, install or update Overlays. ## Features * Provides convenience methods for: * Formatting data: * Binary * Text * HTTP * URIs * Generating random text. * Networking: * TCP * UDP * SMTP / ESMTP * POP3 * Imap * Telnet * HTTP / HTTPS * Enumerating IP ranges: * IPv4 / IPv6 addresses. * CIDR / globbed ranges. * (Un-)Hexdumping data. * Handling exceptions. ## Examples For examples of the convenience methods provided by ronin-support, please see [Everyday Ronin](http://ronin-ruby.github.com/resources/everyday_ronin.html). ## Requirements * [Ruby](http://www.ruby-lang.org/) >= 1.8.7 * [chars](http://github.com/postmodern/chars) ~> 0.1.2 * [data_paths](http://github.com/postmodern/data_paths) ~> 0.2.0 * [uri-query_params](http://github.com/postmodern/uri-query_params) ~> 0.5.0 ## Install $ sudo gem install ronin-support ## License Ronin Support - A support library for Ronin. Copyright (c) 2010 Hal Brodigan (postmodern.mod3 at gmail.com) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library 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 Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA