One Day Sec

What authentication methods does requests_ntlm support for Exchange Web Service access?

requests_ntlm supports both plaintext password authentication and hash-based authentication. For hash authentication, the parameter format is 'ABCDABCDABCDABCD:ABCDABCDABCDABCD', allowing you to pass an NTLM hash directly. This is particularly useful for lateral movement scenarios where only hashes are available. The library is ideal for vulnerability exploitation because it encapsulates NTLM authentication without adding unnecessary complexity, as discussed in Exchange Web Service (EWS) Development Guide 6 – requests_ntlm.
requests_ntlmNTLM authenticationhash authenticationplaintext authenticationExchange Web ServiceEWS

Browse all Q&A →