Update nessus.rb
Add support for imported nessus scan results to be imported with nessus_db_import.bug/bundler_fix
parent
e0568e95c2
commit
bb929d416d
|
@ -1017,7 +1017,7 @@ module Msf
|
||||||
complete = false
|
complete = false
|
||||||
status = @n.scan_list
|
status = @n.scan_list
|
||||||
status["scans"].each { |scan|
|
status["scans"].each { |scan|
|
||||||
if scan["id"] == scan_id.to_i && scan["status"] == "completed"
|
if scan["id"] == scan_id.to_i && scan["status"] == "completed" || "imported"
|
||||||
complete = true
|
complete = true
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue