add ENUM_BRT switch to def get_a(domain)

bug/bundler_fix
nixawk 2015-12-30 13:15:43 +08:00
parent 5bd380c7bd
commit a477868efb
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ class Metasploit3 < Msf::Auxiliary
next unless r.class == Net::DNS::RR::A
records << "#{r.address}"
report_host(host: r.address, name: domain, info: 'A')
vprint_good("#{domain}: A: #{r.address} ")
vprint_good("#{domain}: A: #{r.address} ") if datastore['ENUM_BRT']
end
return if records.none?
records