Show name in status
parent
54495a4f4c
commit
efd10ee08a
|
@ -38,7 +38,8 @@ class Metasploit3 < Msf::Auxiliary
|
|||
end
|
||||
|
||||
def scanner_prescan(batch)
|
||||
print_status("Sending mDNS #{query_type_name} #{query_class_name} queries to #{batch[0]}->#{batch[-1]} (#{batch.length} hosts)")
|
||||
print_status("Sending mDNS #{query_type_name} #{query_class_name} queries for " +
|
||||
"#{datastore['NAME']} to #{batch[0]}->#{batch[-1]} (#{batch.length} hosts)")
|
||||
@results = {}
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue