mirror of
https://github.com/array-in-a-matrix/public-apis.git
synced 2025-04-02 11:11:50 -04:00
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:
parent
cf707649f3
commit
dee992f0e5
1 changed files with 1 additions and 0 deletions
|
@ -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 |
|
||||
|
|
Loading…
Add table
Reference in a new issue