Closed mattemoore closed 3 years ago
What errors are you getting in the container that you're not getting in desktop? https://www.zaproxy.org/faq/how-do-you-configure-zap-logging/
Everything in that output seems normal/expected.
Thanks for the reply. I don't see the GLib errors on the desktop but that could be because I'm on a Windows desktop. Am I to understand we should ignore the GLib errors in this case then? Side question: is there a log of crawled urls that I can output that would help confirm that the ajax spider worked correctly?
On Tue, Jul 20, 2021 at 8:50 AM Rick M @.***> wrote:
What errors are you getting in the container that you're not getting in desktop? https://www.zaproxy.org/faq/how-do-you-configure-zap-logging/
Everything in that output seems normal/expected.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/zaproxy/zaproxy/issues/6700#issuecomment-883366330, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB7ENKD4ULMUYVBNLOOYKTTTYVWITANCNFSM5AVVEWHQ .
You can check the log on Windows that's why I provided that link. (Or you could launch ZAP on desktop using zap.bat and then you'll have console output.)
You can check the ajax spider results: https://www.zaproxy.org/docs/api/#aspider_results_api
Those errors are not the cause, they are "normal" actually https://github.com/zaproxy/zaproxy/issues/6431#issuecomment-770785358 .
I figured it out. Wrong headers we’re making Ajax spider run not authenticated. I will close the bug. Sorry for the noise.
Sent from my iPhone
On Jul 20, 2021, at 10:19, thc202 @.***> wrote:
Those errors are not the cause, they are "normal" actually #6431 (comment) .
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Describe the bug Running Ajax spider w/ default settings in weekly container throws firefox Lib error. The scan then just runs on a small list of URL rather than the full list found by Ajax Spider when i run ZAP on my desktop.
To Reproduce Steps to reproduce the behavior:
docker run --name cdp-pen-test --network host -t owasp/zap2docker-weekly zap-baseline.py -j -t https://www.google.com -J report.json
Expected behavior Spider results, then ajax spider results, then baseline scan results.
Software versions
Errors from the zap.log file
Would you like to help fix this issue? I'm open to help provide more debug information or different repro steps.