Add OWASP-ZAP-API to Security (#106)

About the API: The OWASP ZAP API is a free security tool that helps developers identify and fix vulnerabilities in their web applications. The API allows users to automate security scans and integrate ZAP's features into their development workflow.
This commit is contained in:
Haroon Abbasi 2023-03-13 22:19:32 +05:00 committed by GitHub
parent cf707649f3
commit dee992f0e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1485,6 +1485,7 @@ API | Description | Auth | HTTPS | CORS |
| [Mozilla http scanner](https://github.com/mozilla/http-observatory/blob/master/httpobs/docs/api.md) | Mozilla observatory http scanner | No | Yes | Unknown |
| [Mozilla tls scanner](https://github.com/mozilla/tls-observatory#api-endpoints) | Mozilla observatory tls scanner| No | Yes | Unknown |
| [National Vulnerability Database](https://nvd.nist.gov/vuln/Data-Feeds/JSON-feed-changelog) | U.S. National Vulnerability Database | No | Yes | Unknown |
| [OWASP ZAP](https://www.zaproxy.org/docs/api/) | Automated security testing API for web apps | No | Yes | Unknown |
| [Passwordinator](https://github.com/fawazsullia/password-generator/)| Generate random passwords of varying complexities| No | Yes | Yes |
| [PhishStats](https://phishstats.info/)| Phishing database| No | Yes | Unknown |
| [Privacy.com](https://privacy.com/developer/docs) | Generate merchant-specific and one-time use credit card numbers that link back to your bank| `apiKey` | Yes | Unknown |