Type:
Class
Constants:
REQUEST_FLAGS
:
ISC_REQ_CONFIDENTIALITY | ISC_REQ_REPLAY_DETECT | ISC_REQ_CONNECTION
Default request flags for SSPI functions
B64_TOKEN_PREFIX
:
["NTLMSSP"].pack("m").delete("=\n")
NTLM tokens start with this header always. Encoding alone adds â==â and newline, so remove those
Handles “Negotiate” type authentication. Geared towards authenticating with a proxy server over HTTP