I had been following the documentation of Script Based Authentication for Damn Vulnerable Web Application using ZAP. I have navigated to http://localhost/dvwa/login.php
through Manual Explore which opens up the DVWA application on my localhost as follows:
and adds the URL to the Default Context.
I've also created the dvwa
script with the following configuration:
and modified the dvwa
script:
Now when I try Configure Context Authentication, dvwa
script does gets loaded but the CSRF
field doesn't shows up.
Additionally, POST Data
doesn't even shows up but Extra POST Data
is shown.
Am I missing something in the steps? Can someone help me out?
The modified script within the documentation of Script Based Authentication section for Damn Vulnerable Web Application using ZAP
seems incomplete.
The complete script is available at Setting up ZAP to Test Damn Vulnerable Web App (DVWA) which is as follows:
Using this script,
CSRF Field
andPOST Data
field shows up just perfect.