Display status because command can take some time

unstable
Vlatko Kosturjak 2012-11-22 12:26:56 +01:00
parent 0a772749d0
commit 288002211e
1 changed files with 1 additions and 0 deletions

View File

@ -997,6 +997,7 @@ module Msf
'PluginID',
'Plugin Name'
])
print_status("Grabbing all vulns for report #{rid}")
hosts=@n.report_hosts(rid)
hosts.each {|host|
ports=@n.report_host_ports(rid, host['hostname'])