-
Notifications
You must be signed in to change notification settings - Fork 366
Description
root@testhost:~/pentest/ruler# ./ruler-linux64 --email admin@testhost.com --verbose --nocache --basic --debug check
Password:
[+] Retrieving MAPI/HTTP info
[*] Autodiscover step 0 - URL: https://autodiscover.testhost.com/autodiscover/autodiscover.xml
ERROR: 11:22:33 ruler.go:29: The autodiscover service request did not complete.
Access denied. Check your credentials
with debug and verbose i am not seeing more details , any ideas on why i could identify why its failing ? the creds are 100% working as i logged into the mailbox with it.
if i browse directly to the url and login with email and password i get this
<Autodiscover xmlns="http://schemas.microsoft.com/exchange/autodiscover/responseschema/2006"> <Response> <Error Time="10:26:43.6042510" Id="2672970607"> <ErrorCode>600</ErrorCode> <Message>Invalid Request</Message> <DebugData/> </Error> </Response> </Autodiscover>