You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2024. It is now read-only.
Hi, I tried to using auth.include options to my zap scan but turns out the urls not scanned by zap. On the auth.include value, I tried .*path1.* or https://url.com/path1 or https://url.com/path1.*, zap read it as include this include urls by showing with this
2022-12-21 10:51:50,509 Included .*path1.*
2022-12-21 10:51:50,608 Included .*etc.*
but I can't find it on zap.core.urls() when I print it. zap.core.urls just print others path like this
@dhodyrahmad Hello, we are currently reviewing if there's still a usecase for this repository because in the meanwhile, ZAP seems to have included the same functionality. Do you (still) have a specific reason to use this repostory instead of the "original ZAP"?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I tried to using
auth.include
options to my zap scan but turns out the urls not scanned by zap. On the auth.include value, I tried.*path1.*
orhttps://url.com/path1
orhttps://url.com/path1.*
, zap read it as include this include urls by showing with thisbut I can't find it on
zap.core.urls()
when I print it.zap.core.urls
just print others path like thisNot the one I want to scan on the include auth. Did I missed something?
NOTE:
I running with this command
The text was updated successfully, but these errors were encountered: