Hello Team,
I am new to the ZAP tool and learning it.
Can anyone suggest to me that How to verify the Fuzz scan results?
Currently, I am using the Fuzz technique to verify the input validation logic on the server-side.
I am posting random and malicious data on the input fields of the request.
Example - One input field data type is String.
Following are the different payloads I am posting in this string type input field using the FUZZ.
1) Bulk string
2) Empty/Null
3) Integer/boolen input
4) SQL query
5) XSS text
Question 1: For all these payloads ZAP has made 55 requests to the server. Do I need to verify all the 55 requests and responses to see is any vulnerability found or any smart way we can see the vulnerable Fuzz results?
Question 2 : During the Fuzz logic run if any vulnerability found is that will report in the Alerts tab ?
I appreciate your responses and suggestions.
Best Regards/Mohan