postmodern / ronin-scanners

A Ruby library for Ronin that provides a Ruby interface to various third-party security scanners.

This URL has Read+Write access

postmodern (author)
Tue Oct 20 21:41:54 -0700 2009
commit  f5b2cee38248559a0635c98b11c6033ca5434f13
tree    cb8ac14d879b13eaeb1c296b44a2a093e610fe47
parent  c89c7b2132fa7e4eb0ba37739c51416d73943e0e
ronin-scanners / History.txt
100644 31 lines (20 sloc) 0.773 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
=== 0.1.4 / 2009-07-02
 
* Use Hoe >= 2.0.0.
* Require rprogram >= 0.1.6.
* Require ronin >= 0.2.4.
 
=== 0.1.3 / 2009-02-23
 
* Added a git style sub-command (<tt>ronin-scanners</tt>) which starts
  the Ronin console with <tt>ronin/scanners</tt> pre-loaded.
* Require Ronin >= 0.2.1.
 
=== 0.1.2 / 2009-02-08
 
* Added a Rubyful interface to the Nikto web scanner:
  * Ronin::Scanners::Nikto.
  * Ronin::Scanners::NiktoTask.
 
=== 0.1.1 / 2009-01-09
 
* Require ScanDB >= 0.1.3 for the latest bug fixes.
* Added comma-separators to various Ronin::Scanners::NmapTask options.
* Require 'ronin/scanners/nmap' in 'ronin/scanners'.
 
=== 0.1.0 / 2009-01-08
 
* Initial release.
  * Provides a Rubyful interface to Nmap.
  * Allows for the recording of Nmap scan results using ScanDB.