We have a requirement as below to automate in ZAP
- Go through POST request in ZAP tool
- Identify values which got posted in Request tab
- Highlight the value passed(for example: to textarea field) and right click > goto Fuzzer
- Choose required injections like SQL Injection or RDF Injection etc.,
- Add payload
- Start fuzzer
Expected result would be to generate a comparison report of request before and after fuzzing is done.
Can this be automated in ZAP?