Land #5021, nessus.rb "imported" status

bug/bundler_fix
sinn3r 2015-03-30 11:33:55 -05:00
commit 2181c572b8
No known key found for this signature in database
GPG Key ID: 2384DB4EF06F730B
1 changed files with 1 additions and 1 deletions

View File

@ -1017,7 +1017,7 @@ module Msf
complete = false
status = @n.scan_list
status["scans"].each { |scan|
if scan["id"] == scan_id.to_i && scan["status"] == "completed"
if scan["id"] == scan_id.to_i && (scan["status"] == "completed" || scan["status"] == "imported")
complete = true
end
}