-
Notifications
You must be signed in to change notification settings - Fork 358
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
check credentials even though they valid #103
Comments
Hi Based on your information above, it could likely be one of two things. First, you aren't using |
adding -u admin shows this ERROR: 16:26:47 ruler.go:29: mapi: a transport layer error occurred. mapi: a transport layer error occurred. Empty HTTP Response adding --basic with or without username gives the credentials error although adding --rpc allows it to work, but i am not sure why without --rpc it doesnt seem to work |
Hi, I believe this might be fixed in the new release, if you still have access to the environment, please give it a try. |
hi, i have similar issue. still doesn't seem to work. go run ruler.go if i browse to https://autodiscover.test.com/autodiscover/autodiscover.xml i am presented with basic auth domain\user works to log me in. but i get the following message 600 Invalid Requestif i still try to use ruler i get the following errors go run ruler.go -u "validusername" -p "validpassword" -d test.com -k --verbose --url https://autodiscover.test.com/autodiscover/autodiscover.xml check ======= ADDING -b======= Access denied. Check your credentials========USING EMAIL======
|
@donjuanme a few thoughts, you might need to use both |
root@testhost:~/pentest/ruler# ./ruler-linux64 --email [email protected] --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>
The text was updated successfully, but these errors were encountered: