nessus_rest 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/examples/backup-reports.rb +2 -0
  3. metadata +1 -1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.5
1
+ 0.1.6
@@ -7,6 +7,8 @@ n=NessusREST::Client.new({:url=>'https://localhost:8834', :username=>'user', :pa
7
7
  formats=["nessus","csv","html"]
8
8
  folders_id=Hash.new
9
9
 
10
+ sl=n.list_scans
11
+
10
12
  sl["folders"].each do |f|
11
13
  folders_id[f['id']]=f['name']
12
14
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nessus_rest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: