Skip to content

Commit 003870e

Browse files
authored
Merge pull request #20462 from adfoster-r7/fix-error-in-kerberos-authenticator
Fix logging error in kerberos authenticator
2 parents 3817ed2 + 332a55c commit 003870e

File tree

1 file changed

+1
-0
lines changed
  • lib/msf/core/exploit/remote/kerberos/service_authenticator

1 file changed

+1
-0
lines changed

lib/msf/core/exploit/remote/kerberos/service_authenticator/base.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ class Msf::Exploit::Remote::Kerberos::ServiceAuthenticator::Base
8989
def_delegators :@framework_module,
9090
:print_status,
9191
:print_good,
92+
:print_error,
9293
:vprint_error,
9394
:vprint_status,
9495
:workspace

0 commit comments

Comments
 (0)