We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f31a2e0 commit 85ab11cCopy full SHA for 85ab11c
modules/auxiliary/admin/kerberos/ms14_068_kerberos_checksum.rb
@@ -84,7 +84,7 @@ def run
84
)
85
86
unless res.msg_type == Rex::Proto::Kerberos::Model::AS_REP
87
- 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
88
print_error("#{peer} - Invalid AS-REP, aborting...")
89
return
90
end
0 commit comments