Hi everyone, I'm writing a Python program that interacts with ZAP via API. I would like to get the number of requests made by ZAP's active scanner ,how can I do that? Also, how can I find this number from the ZAP graphical user interface.
In the second place,I was wondering, if it is possible to make the scanner do attacks only on specific endpoints without doing it recursively.
Thank you.