Files | Admin

Notes:

Release Name: 0.1.1

Notes:
Ronin PHP is a Ruby library for Ronin that provides support for PHP
related security tasks.

Ronin is a Ruby platform designed for information security and data
exploration tasks. Ronin allows for the rapid development and distribution
of code over many of the common Source-Code-Management (SCM) systems.


Changes: === 0.1.1 / 2009-03-28 * Require hpricot. * Require ronin >= 0.2.2. * Require ronin-web >= 0.1.2. * Use http://ronin.rubyforge.org/static/ for hosting static content. * Place all static content under the static/ronin/ directory. * Simplified RFI#vulnerable?. * Don't use the Chars library to generate the RFI challenge string. * Use Digest::MD5.hexdigest directly for encoding the RFI challenge string.