dradis-metasploit 3.6.0 → 3.7.0
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -1
- data/lib/dradis/plugins/metasploit/gem_version.rb +1 -1
- data/lib/tasks/thorfile.rb +1 -7
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 362c2f1ba70daf1b077ee69d572ff8f575d61537
|
4
|
+
data.tar.gz: 41e2b7741e212897193e8bc071f1e687c51c7f91
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8580618e47c51ab54825ef1acd20f9d33bf767f97366ac62e92e1c8a9a32b08f8d8197504fc039c50fe8ae31277278634f13d44b87bee08c87bc7dc0a7fc24f1
|
7
|
+
data.tar.gz: fc25d3e7c0ddc25f4592bf8820a9ec7c98988a510cb08fced2e0ea10bf851a1934f61e904ad2760ea4a549b393e6af3fe634e24473b75ebec9e2cd798d09afaa
|
data/CHANGELOG.md
CHANGED
data/lib/tasks/thorfile.rb
CHANGED
@@ -1,7 +1,6 @@
|
|
1
1
|
class MetasploitTasks < Thor
|
2
2
|
include Rails.application.config.dradis.thor_helper_module
|
3
3
|
|
4
|
-
|
5
4
|
namespace "dradis:plugins:metasploit"
|
6
5
|
|
7
6
|
desc "upload FILE", "upload Metasploit results in XML format"
|
@@ -10,9 +9,6 @@ class MetasploitTasks < Thor
|
|
10
9
|
def upload(file_path)
|
11
10
|
require 'config/environment'
|
12
11
|
|
13
|
-
logger = Logger.new(STDOUT)
|
14
|
-
logger.level = Logger::DEBUG
|
15
|
-
|
16
12
|
unless File.exist?(file_path)
|
17
13
|
$stderr.puts "** the file [#{file_path}] does not exist"
|
18
14
|
exit(-1)
|
@@ -20,10 +16,8 @@ class MetasploitTasks < Thor
|
|
20
16
|
|
21
17
|
detect_and_set_project_scope
|
22
18
|
|
23
|
-
importer = Dradis::Plugins::Metasploit::Importer.new(
|
19
|
+
importer = Dradis::Plugins::Metasploit::Importer.new(task_options)
|
24
20
|
importer.import(file: file_path)
|
25
|
-
|
26
|
-
logger.close
|
27
21
|
end
|
28
22
|
|
29
23
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dradis-metasploit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Daniel Martin
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-07-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: dradis-plugins
|
@@ -147,7 +147,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
147
147
|
version: '0'
|
148
148
|
requirements: []
|
149
149
|
rubyforge_project:
|
150
|
-
rubygems_version: 2.
|
150
|
+
rubygems_version: 2.6.8
|
151
151
|
signing_key:
|
152
152
|
specification_version: 4
|
153
153
|
summary: Metasploit add-on for the Dradis Framework.
|