postmodern / ronin-php

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

This URL has Read+Write access

ronin-php / History.txt
100644 41 lines (32 sloc) 1.247 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
=== 0.1.2 / 2009-07-02
 
* Use Hoe >= 2.0.0.
* Require ronin >= 0.2.4.
* Require ronin-web >= 0.1.3.
* Use Ronin::Scanners::Scanner to define scanners for
  Ronin::PHP::LFI and Ronin::PHP::RFI objects on
  URI::HTTP urls.
 
=== 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.
 
=== 0.1.0 / 2009-01-08
 
* Require Ronin >= 0.1.3.
* Removed references to Ronin::Vulnerable.
* Use Ronin::Config.load to load <tt>~/.ronin/config/php.rb</tt>.
* Added missing files to the Manifest.
* Added more documentation.
* Added more specs.
 
=== 0.0.9 / 2008-07-30
 
* Initial release.
* Provides tests for Location File Inclusion (LFI) and Remote File
  Inclusion (RFI) that are built into the URI::HTTP class.
* Allows for effortless finger-printing of a web-server using LFI.
* Provides a PHP-RPC client and server that are designed to work in hostile
  environments.
* Provides an AJAX PHP-RPC Console.