diff --git a/modules/auxiliary/scanner/mdns/query.rb b/modules/auxiliary/scanner/mdns/query.rb index c92ac78ba4..8eb75ff64c 100644 --- a/modules/auxiliary/scanner/mdns/query.rb +++ b/modules/auxiliary/scanner/mdns/query.rb @@ -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