I have installed OWASP ZAP 2.8.0 and scan our site fully. In result we got some SQL injection URL's or pages. So We have fixed that SQL injection issues in development which is mentioned OWASP tool.
How to scan the particular page or URL in OWASP?
Example:
We have scan http://www.samples.com fully and in result we got below URL are SQL injection possible. http://www.samples.com/sales
So In development we have provided some fix for this page alone. If we scan http://www.samples.com/sales again to check. It's scan our full website. It's take more then 2 days to complete. How to scan that particular page or URL in OWASP?
I have tried this - https://github.com/zaproxy/zap-extensions/wiki/HelpAddonsImporturlsImportUrls but not works.
Thanks,