ronin-scanners 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,9 @@
1
+ === 0.1.3 / 2009-02-23
2
+
3
+ * Added a git style sub-command (<tt>ronin-scanners</tt>) which starts
4
+ the Ronin console with <tt>ronin/scanners</tt> pre-loaded.
5
+ * Require Ronin >= 0.2.1.
6
+
1
7
  === 0.1.2 / 2009-02-08
2
8
 
3
9
  * Added a Rubyful interface to the Nikto web scanner:
data/Rakefile CHANGED
@@ -12,7 +12,7 @@ Hoe.new('ronin-scanners', Ronin::Scanners::VERSION) do |p|
12
12
  p.extra_deps = [
13
13
  ['scandb', '>=0.1.3'],
14
14
  ['rprogram', '>=0.1.4'],
15
- ['ronin', '>=0.1.2']
15
+ ['ronin', '>=0.2.1']
16
16
  ]
17
17
  end
18
18
 
@@ -2,8 +2,8 @@
2
2
 
3
3
  require 'rubygems'
4
4
 
5
- require 'ronin/ui/command_line/commands/default'
5
+ require 'ronin/ui/command_line/commands/console'
6
6
  require 'ronin/ui/console'
7
7
 
8
8
  Ronin::UI::Console.auto_load << 'ronin/scanners'
9
- Ronin::UI::CommandLine::DefaultCommand.run(*ARGV)
9
+ Ronin::UI::CommandLine::Commands::Console.run(*ARGV)
@@ -23,6 +23,6 @@
23
23
 
24
24
  module Ronin
25
25
  module Scanners
26
- VERSION = '0.1.2'
26
+ VERSION = '0.1.3'
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ronin-scanners
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Postmodern
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-02-08 00:00:00 -08:00
12
+ date: 2009-02-23 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -40,7 +40,7 @@ dependencies:
40
40
  requirements:
41
41
  - - ">="
42
42
  - !ruby/object:Gem::Version
43
- version: 0.1.2
43
+ version: 0.2.1
44
44
  version:
45
45
  - !ruby/object:Gem::Dependency
46
46
  name: hoe