-
Notifications
You must be signed in to change notification settings - Fork 30
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
I get some error 401. #1
Comments
Does password contains a caret(^) or quote (“‘)? Ensure all of them escaped or quoted.
|
NO, just letter and number. |
Maybe it's related with authentication method of server. |
Hello, which version this exp affects? Just Exchange 2010 SP3 CU30? |
all version
…------------------ Original ------------------
From: Gitzzl <notifications@github.com>
Date: Fri,Dec 11,2020 8:59 AM
To: zcgonvh/CVE-2020-17144 <CVE-2020-17144@noreply.github.com>
Cc: zcgonvh <zcgonvh@qq.com>, Comment <comment@noreply.github.com>
Subject: Re: [zcgonvh/CVE-2020-17144] I get some error 401. (#1)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can login EWS from browser, but failed with same username and password in this exp.
I get 401 error. Why?
Microsoft.Exchange.WebServices.Data.ServiceRequestException: The request failed. The remote server returned an error: (401) Unauthorized. --
-> System.Net.WebException: The remote server returned an error: (401) Unauthorized.
at System.Net.HttpWebRequest.GetResponse()
at Microsoft.Exchange.WebServices.Data.EwsHttpWebRequest.Microsoft.Exchange.WebServices.Data.IEwsHttpWebRequest.GetResponse()
at Microsoft.Exchange.WebServices.Data.ServiceRequestBase.GetEwsHttpWebResponse(IEwsHttpWebRequest request)
--- End of inner exception stack trace ---
at Microsoft.Exchange.WebServices.Data.ServiceRequestBase.GetEwsHttpWebResponse(IEwsHttpWebRequest request)
at Microsoft.Exchange.WebServices.Data.ServiceRequestBase.ValidateAndEmitRequest(IEwsHttpWebRequest& request)
at Microsoft.Exchange.WebServices.Data.SimpleServiceRequestBase.InternalExecute()
at Microsoft.Exchange.WebServices.Data.MultiResponseServiceRequest`1.Execute()
at Microsoft.Exchange.WebServices.Data.ExchangeService.BindToFolder(FolderId folderId, PropertySet propertySet)
at Microsoft.Exchange.WebServices.Data.ExchangeService.BindToFolder[TFolder](FolderId folderId, PropertySet propertySet)
at Microsoft.Exchange.WebServices.Data.Folder.Bind(ExchangeService service, WellKnownFolderName name)
at Zcg.Exploit.Remote.Exchange.Exchange2010AutoTag.Main(String[] args)
The text was updated successfully, but these errors were encountered: