add ENUM_BRT switch to def get_a(domain)
parent
5bd380c7bd
commit
a477868efb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue