dvash 0.0.9 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "dvash"
5
- s.version = "0.0.9"
5
+ s.version = "0.1.0"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Ari Mizrahi"]
9
- s.date = "2013-04-30"
9
+ s.date = "2013-05-02"
10
10
  s.description = "Part honeypot, part defense system. Opens up ports and simulates services in order to look like an attractive target. Hosts that try to connect to the fake services are considered attackers and blocked from all access."
11
11
  s.email = "codemunchies@gmail.com"
12
12
  s.executables = ["dvash"]
@@ -34,7 +34,7 @@ module Dvash
34
34
  # A command-line interface using OptionParser
35
35
  #
36
36
  OptionParser.new do |opts|
37
- opts.banner = "Dvash 0.0.9 ( http://www.github.com/codemunchies/dvash )\n"
37
+ opts.banner = "Dvash 0.1.0 ( http://www.github.com/codemunchies/dvash )\n"
38
38
  opts.banner += "Usage: dvash [options]"
39
39
  #
40
40
  # Option to set an alternate configuration file
@@ -23,6 +23,7 @@ module Dvash
23
23
  #
24
24
  if IPAddr.new("#{address}").ipv6? then
25
25
  system("netsh interface ipv6 add route #{address} \"Local Area Connection\" ::1")
26
+ end
26
27
  end
27
28
 
28
29
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dvash
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.1.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-04-30 00:00:00.000000000 Z
12
+ date: 2013-05-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: parseconfig