Hi Team,
I’m exploring the possibility of recording the login flow and using it via CLI as part of the web application scanning process.
For this, I’ve used the dummy site http://demo.testfire.net. The login flow was recorded using the ZAP browser-based recorder (link), and the resulting .zst file is attached.
I then followed the guidance from this documentation to configure the authentication context using the recorded script.
To initiate the scan, I’m using the following Docker command:
docker run -v $(pwd):/zap/wrk/:rw -t zaproxy/zap-stable zap.sh -cmd -autorun /zap/wrk/zap.yaml
Could you please confirm if I’m on the right track with this approach?
Thanks,
Naveen.R