How does ewsManage.py support accessing Exchange resources using an NTLM hash instead of a plaintext password?
ewsManage.py leverages the Impacket library to enable login using either a plaintext password or an NTLM hash. When using hash login, you specify `ntlmhash` as the authentication type and provide the hash value. This technique, often referred to as 'pass-the-hash,' is particularly useful in penetration testing scenarios. For more details on hash-based authentication, see the Exchange Web Service (EWS) Development Guide 6 – requests_ntlm.
NTLM hashpass-the-hashImpacketewsManagehash login