Reputation: 509
We have a requirement as below to automate in ZAP
Expected result would be to generate a comparison report of request before and after fuzzing is done.
Can this be automated in ZAP?
Upvotes: 0
Views: 531
Reputation: 1528
Currently the Fuzzer doesn't have a web API. Largely due to the fact that we're lacking user input on how such functionality should work and what their expectations for it might be.
Here's the existing issue you should provide your feedback on: https://github.com/zaproxy/zaproxy/issues/1689
There is an unfinished PR adding an initial implementation, you could pull the PR branch and build the add-on for testing purposes and to potentially encourage the submitting user to complete it: https://github.com/zaproxy/zap-extensions/pull/2222
Upvotes: 0