Hi.
The steps seem fine but the authentication will not work as the
anti-csrf token is being added dynamically (JavaScript) to the form and
ZAP is unable to see/refresh it. You would have to use an authentication
script to read the token from the response.
Some examples in
https://github.com/zaproxy/community-scripts/tree/master/authentication
could be adapted to do that.
Best regards.
On 20/08/2020 12:01, sumeet shrivastava wrote:
> Hello all,
>
> I have been running an authenticated active scan in concourse pipeline
> using the context file, below i the approach i followed:
>
> 1. First i pushed the context file in to my Git repo.
> 2. then imported it from the repo using scripts of active scan and ran
> the commands for spidering, active scan.
> 3. based on the scan results i am understanding that authenticated scan