Use print_warning consistently

bug/bundler_fix
jvazquez-r7 2014-12-26 09:54:38 -06:00
parent f31a2e070e
commit 85ab11cf52
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ class Metasploit4 < Msf::Auxiliary
) )
unless res.msg_type == Rex::Proto::Kerberos::Model::AS_REP unless res.msg_type == Rex::Proto::Kerberos::Model::AS_REP
vprint_warning("#{peer} - #{warn_error(res)}") if res.msg_type == Rex::Proto::Kerberos::Model::KRB_ERROR print_warning("#{peer} - #{warn_error(res)}") if res.msg_type == Rex::Proto::Kerberos::Model::KRB_ERROR
print_error("#{peer} - Invalid AS-REP, aborting...") print_error("#{peer} - Invalid AS-REP, aborting...")
return return
end end