Back to catalog
🔒

OWASP ZAP

Free

Automated security testing API for web apps

🔒SecurityHTTPSNo API key required

Display Title

OWASP ZAP

AlertSQL Injection
RiskHigh
ConfidenceMedium
UrlHttps://example.com/api/v1/users?id=1
DescriptionThe page results appear to be controllable via parameter id

Sample Response

response.json
1{
2 "alert": "SQL Injection",
3 "risk": "High",
4 "confidence": "Medium",
5 "url": "https://example.com/api/v1/users?id=1",
6 "description": "The page results appear to be controllable via parameter id"
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://www.zaproxy.org/docs/api/"
View Documentation

Similar APIs