nessus 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 18069b985edeb884ecee7b6fba8ae8aef0cd576a
4
- data.tar.gz: 10c8bc027b1e75c4ee38fec689be9db47295e97c
3
+ metadata.gz: 19f1d1bb37ade45fb6e7d0d1b6f352c686f9f6c5
4
+ data.tar.gz: 8fcb19538867f00d5a76f56f71787fcbf11c4e4d
5
5
  SHA512:
6
- metadata.gz: 5c4b4ab35b53a9a10d3d48c1fe557cc46599992dc60579f64fff8851cd8441ff9bb9e82f50490f517ba4fa2795a94727500a276b0009edcb899dabce5de97b4c
7
- data.tar.gz: 2a406d95162cee778f8980773ae64d62ac734c3083c33a28b8556d88adb9f4e32ac8cc6010da1077dfe1ad517c68f3c868f730c74525fe2d8af94b5e3feb3c25
6
+ metadata.gz: 31864dc5dd0371f60769c39129bb3a3ca4f6a28cc3c512c8089ff4c999901d1c90ad113f09b182ca0a4ec44b72d20055beb8c51abbef6d03c8f4a55f6433ab23
7
+ data.tar.gz: 30d577a4e2d27a2c0a723abda6453fb4eb53b798aa7b97b4b4de5460c378cba4325cc039f039074928dcc50fb82d2bae999ab47ca197f31d650cf80e62ce7ba2
@@ -10,7 +10,6 @@ module Nessus
10
10
  # @param [Fixnum] seq a unique identifier for the specific request
11
11
  #
12
12
  # @return [Hash] the newly created scan object
13
-
14
13
  def scan_new(target, policy_id, scan_name, seq = nil, description = nil)
15
14
  payload = {
16
15
  :custom_targets => target,
@@ -66,7 +65,6 @@ module Nessus
66
65
  response['reply']['contents']
67
66
  end
68
67
 
69
-
70
68
  # POST /scan/template/new
71
69
  #
72
70
  # @param [String] scan template name
@@ -1,4 +1,4 @@
1
1
  module Nessus
2
2
  # The version of the Nessus.rb library
3
- VERSION = '0.4.0'
3
+ VERSION = '0.4.1'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nessus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erran Carey