Skip to content

Commit 199dca7

Browse files
committed
Implement db_import and finalize plugin
1 parent 64b69d5 commit 199dca7

File tree

2 files changed

+174
-117
lines changed

2 files changed

+174
-117
lines changed

lib/nessus/nessus-xmlrpc.rb

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -194,18 +194,6 @@ def host_detail(scan_id, host_id)
194194
res = http_get(:uri=>"/scans/#{scan_id}/hosts/#{host_id}", :fields=>x_cookie)
195195
end
196196

197-
def report_list
198-
raise NotImplementedError
199-
end
200-
201-
def report_del
202-
raise NotImplementedError
203-
end
204-
205-
def report_host_ports
206-
raise NotImplementedError
207-
end
208-
209197
def report_download(scan_id, file_id)
210198
res = http_get(:uri=>"/scans/#{scan_id}/export/#{file_id}/download", :raw_content=> true, :fields=>x_cookie)
211199
end

0 commit comments

Comments
 (0)