Class: Msf::Exploit::Remote::SMB::Relay::Provider::AlwaysGrantAccess

Inherits:
RubySMB::Gss::Provider::NTLM
  • Object
show all
Defined in:
lib/msf/core/exploit/remote/smb/relay/provider/always_grant_access.rb

Overview

An override for the default RubySMB NTLM Provider to always grant access, regardless of the provided credentials

Instance Method Summary collapse

Instance Method Details

#new_authenticator(server_client) ⇒ Object



46
47
48
# File 'lib/msf/core/exploit/remote/smb/relay/provider/always_grant_access.rb', line 46

def new_authenticator(server_client)
  AlwaysGrantAccessAuthenticator.new(self, server_client)
end