plunder 2.0.0a

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.
metadata ADDED
@@ -0,0 +1,74 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: plunder
3
+ version: !ruby/object:Gem::Version
4
+ version: 2.0.0a
5
+ platform: ruby
6
+ authors:
7
+ - Josh Stone
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2017-03-16 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Implements an efficient, scalable SMB share content scanning regime and
14
+ reporting engine to support security assessments, audits, and risk mitigation.
15
+ email: yakovdk@gmail.com
16
+ executables:
17
+ - plunder
18
+ extensions:
19
+ - ext/fsdb/extconf.rb
20
+ - ext/smbclient/extconf.rb
21
+ extra_rdoc_files: []
22
+ files:
23
+ - bin/agent
24
+ - bin/plunder
25
+ - ext/fsdb/extconf.rb
26
+ - ext/fsdb/fsdb-c.c
27
+ - ext/fsdb/fsdb-c.h
28
+ - ext/fsdb/fsdb.c
29
+ - ext/fsdb/hash.c
30
+ - ext/fsdb/hash.h
31
+ - ext/fsdb/test.c
32
+ - ext/fsdb/utilities.c
33
+ - ext/fsdb/utilities.h
34
+ - ext/fsdb/vault.c
35
+ - ext/fsdb/vault.h
36
+ - ext/smbclient/extconf.rb
37
+ - ext/smbclient/smb.c
38
+ - ext/smbclient/smb.h
39
+ - ext/smbclient/smbclient.c
40
+ - lib/core/agent.rb
41
+ - lib/core/analyzer.rb
42
+ - lib/core/client.rb
43
+ - lib/core/commands.rb
44
+ - lib/core/config.rb
45
+ - lib/core/io.rb
46
+ - lib/core/plunder.rb
47
+ - lib/core/report.rb
48
+ - lib/core/target.rb
49
+ - lib/core/tree.rb
50
+ homepage: http://joshstone.us/plunder2/
51
+ licenses:
52
+ - GLPv2
53
+ metadata: {}
54
+ post_install_message:
55
+ rdoc_options: []
56
+ require_paths:
57
+ - lib
58
+ required_ruby_version: !ruby/object:Gem::Requirement
59
+ requirements:
60
+ - - ">="
61
+ - !ruby/object:Gem::Version
62
+ version: '0'
63
+ required_rubygems_version: !ruby/object:Gem::Requirement
64
+ requirements:
65
+ - - ">"
66
+ - !ruby/object:Gem::Version
67
+ version: 1.3.1
68
+ requirements: []
69
+ rubyforge_project:
70
+ rubygems_version: 2.5.2
71
+ signing_key:
72
+ specification_version: 4
73
+ summary: SMB scanner and auditing tool
74
+ test_files: []