dvash 0.0.7 → 0.0.8
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.
- data/dvash.gemspec +2 -2
- data/lib/dvash.rb +2 -2
- data/lib/dvash/os/linux.rb +1 -1
- metadata +2 -2
data/dvash.gemspec
CHANGED
@@ -2,11 +2,11 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = "dvash"
|
5
|
-
s.version = "0.0.
|
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-
|
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"]
|
data/lib/dvash.rb
CHANGED
@@ -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.
|
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
|
data/lib/dvash/os/linux.rb
CHANGED
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.
|
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-
|
12
|
+
date: 2013-04-30 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: parseconfig
|