postmodern / ronin-asm
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (2)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Sep 23 16:57:33 -0700 2009 | |
| |
COPYING.txt | Mon Dec 24 02:25:14 -0800 2007 | |
| |
History.rdoc | Sun Dec 27 01:05:35 -0800 2009 | |
| |
Manifest.txt | Sun Dec 27 01:05:35 -0800 2009 | |
| |
README.rdoc | Sun Dec 27 01:05:35 -0800 2009 | |
| |
Rakefile | Sun Dec 27 01:05:35 -0800 2009 | |
| |
TODO.txt | Wed Jan 21 16:57:57 -0800 2009 | |
| |
lib/ | Fri Sep 18 19:19:51 -0700 2009 | |
| |
spec/ | Wed Oct 28 20:10:00 -0700 2009 | |
| |
tasks/ | Sun Dec 27 01:05:35 -0800 2009 |
Ronin ASM
- ronin.rubyforge.org/asm/
- github.com/postmodern/ronin-asm
- github.com/postmodern/ronin-asm/issues
- groups.google.com/group/ronin-ruby
- irc.freenode.net ##ronin
DESCRIPTION:
Ronin ASM is a Ruby library for Ronin that provides dynamic Assembly (ASM) generation of programs or shellcode.
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:
REQUIREMENTS:
- ronin >= 0.3.0
INSTALL:
$ sudo gem install ronin-asm
LICENSE:
Ronin ASM - a Ruby library for Ronin that provides dynamic Assembly (ASM) generation of programs or shellcode.
Copyright © 2007-2009 Hal Brodigan (postmodern.mod3 at gmail.com)
This program 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 2 of the License, or (at your option) any later version.
This program 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 this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
