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 2992ae0 commit f31a2e0Copy full SHA for f31a2e0
modules/auxiliary/admin/kerberos/ms14_068_kerberos_checksum.rb
@@ -133,7 +133,7 @@ def run
133
)
134
135
unless res.msg_type == Rex::Proto::Kerberos::Model::TGS_REP
136
- 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
137
print_error("#{peer} - Invalid TGS-REP, aborting...")
138
return
139
end
0 commit comments