Show name in status

bug/bundler_fix
Jon Hart 2015-02-20 11:33:57 -08:00
parent 54495a4f4c
commit efd10ee08a
1 changed files with 2 additions and 1 deletions

View File

@ -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