dvash 0.0.7 → 0.0.8

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.7"
5
+ s.version = "0.0.8"
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-29"
9
+ s.date = "2013-04-30"
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"]
@@ -30,7 +30,7 @@ module Dvash
30
30
  # A command-line interface using OptionParser
31
31
  #
32
32
  OptionParser.new do |opts|
33
- opts.banner = "Dvash 0.0.7 ( http://www.github.com/codemunchies/dvash )\n"
33
+ opts.banner = "Dvash 0.0.8 ( http://www.github.com/codemunchies/dvash )\n"
34
34
  opts.banner += "Usage: dvash [options]"
35
35
  #
36
36
  # Option to set an alternate configuration file
@@ -60,4 +60,4 @@ module Dvash
60
60
 
61
61
 
62
62
  end
63
- end
63
+ end
@@ -28,7 +28,7 @@ module Dvash
28
28
  #
29
29
  # Associate the DVASH chain to INPUT chain
30
30
  #
31
- system("#{@cfgfile['iptables']['ipv4']} -I INPUT -j DVASH")
31
+ system("#{@@cfgfile['iptables']['ipv4']} -I INPUT -j DVASH")
32
32
  end
33
33
 
34
34
  #
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.7
4
+ version: 0.0.8
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-29 00:00:00.000000000 Z
12
+ date: 2013-04-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: parseconfig