-
Notifications
You must be signed in to change notification settings - Fork 357
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
sigsegv while dumping GAL #98
Comments
hi @phonexicum Thanks for the report. Looks like there is an error being returned from the method but not being handled. The next line then tries to parse a non-existing field. I've added an error check which should report what went wrong. This is in the branch fix-abk-segv: f126b9e |
Hello, I added some debug output and found out that the ruler generates a POST request at URL
and data as a body: The answer is 200 and contains next headers:
(obviously this headers fails check for
To what I know, I am dealing with this exchange version:
Your tool is awesome and dumping GAL via outlook is a useful step during penetration testing. |
Command
works okey:
The command for dumping GAL:
break with sigsegv:
The text was updated successfully, but these errors were encountered: