forked from juice-shop/juice-shop
-
Notifications
You must be signed in to change notification settings - Fork 2
Lab 05 Broken Authentication
Tomas Rosenqvist edited this page Oct 29, 2018
·
17 revisions
- Download the password dictionary to your computer.
- Start OWASP ZAP.
- Launch the ZAP JxBrowser by clicking the "Launch Browser" button.
- Enter your Juice Shop url.
- Go to the Login page and attempt to login using
admin@juice-sh.opas the username and a random non-empty password. - Check the History tab in ZAP.
- Select the most recent HTTP POST request and inspect the request and response.
- Right click the POST request and choose Attack -> Fuzz.
- Select the password you entered in the Body and click Add.
- Click Add and add a File Fuzzer, using the dictionary you downloaded in step 1 as the source.
- Start the Fuzzer.
- Check if any of the fuzzed requests generated anything useful.
- How could this vulnerability be negated in the application?