fix error message

bug/bundler_fix
Brent Cook 2017-06-22 18:11:07 -05:00
parent 3cf722a45d
commit 823260cc04
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class MetasploitModule < Msf::Auxiliary
resolver.send_message(update)
print_good("The record '#{fqdn} => #{ip}' has been added!")
rescue Dnsruby::YXRRSet, Dnsruby::NXRRSet, Dnsruby::NXDomain => e
print_error "Cannot inject #{fqdn}. Make sure the DNS server is vulnerable or hostname already exists."
print_error "Cannot inject #{fqdn}. The DNS server may not be vulnerable or the hostname may exist as a static record."
vprint_error "Update failed: #{e.message}"
end
when action == 'DEL'