-
Notifications
You must be signed in to change notification settings - Fork 68
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
Weak auth page doesn't use weak auth #6
Comments
Its actually a ZAP-WAVE test case. On Wed, Dec 30, 2015 at 2:39 PM, kingthorin [email protected]
|
I'll look into putting something together. |
Hi @sectooladdict the following should be sufficient to "fake" the issue:
If you want an actual contribution via Pull Request let me know. |
Got it, 10x
|
https://github.com/sectooladdict/wavsep/blob/master/WebContent/passive/session/weak-authentication-basic.jsp
Doesn't use basic auth.
If server configuration is app server dependant then the necessary headers could be "faked" through use of
response.setHeader(headerName, headerValue)
https://en.m.wikipedia.org/wiki/Basic_access_authentication#Server_side
The text was updated successfully, but these errors were encountered: