Skip to content

Commit 332a55c

Browse files
committed
Fix error in kerberos authenticator
1 parent 2734dae commit 332a55c

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)