-
Notifications
You must be signed in to change notification settings - Fork 364
Description
Hi,
Thank you for this awesome tool.
I wonder if there is a way to set the parameter that normally would be parsed from the discover.xml?
My problem is that the Exchange server is not well configured and the discover.xml does not exist. I keep getting the following error.
./ruler-linux64 --email email@address --username name --password Password --basic --verbose check
[+] Retrieving MAPI/HTTP info
[] Autodiscover step 0 - URL: https://domain/autodiscover/autodiscover.xml
ERROR: 2017/05/04 15:09:35 Failed, StatusCode [301]
[] Autodiscover step 1 - URL: https://autodiscover.domain/autodiscover/autodiscover.xml
[*] Autodiscover step 2 - URL: http://autodiscover.domain/autodiscover/autodiscover.xml
ERROR: 2017/05/04 15:09:36 Failed, StatusCode [404]
ERROR: 2017/05/04 15:09:36 The autodiscover service request did not complete.
Permission Denied or URL not found: StatusCode [404]
I know I could set the URI with --url, but the problem is that there is no discover.xml.
Thank you