From 7a486b9a41e232d0084ce49985e46944b0549f9d Mon Sep 17 00:00:00 2001 From: Fawaz Sullia <44456082+fawazsullia@users.noreply.github.com> Date: Sun, 13 Jun 2021 16:13:44 +0530 Subject: [PATCH 1/2] Add passwordinator in security --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1abcfcc..0b0886d9 100644 --- a/README.md +++ b/README.md @@ -881,6 +881,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 | +| [Passwordinator](https://github.com/fawazsullia/password-generator/) | Generate random passwords of varying complexities | No | No | Yes | | [PhishStats](https://phishstats.info/) | Phishing database | No | Yes | Unknown | | [Pulsedive](https://pulsedive.com/api/) | Scan, search and collect threat intelligence data in real-time | `apiKey` | Yes | Unknown | | [SecurityTrails](https://securitytrails.com/corp/apidocs) | Domain and IP related information such as current and historical WHOIS and DNS records | `apiKey` | Yes | Unknown | From 25619a19327c8877167f999c38a79ccd3db17e89 Mon Sep 17 00:00:00 2001 From: Fawaz Sullia <44456082+fawazsullia@users.noreply.github.com> Date: Thu, 24 Jun 2021 12:06:13 +0530 Subject: [PATCH 2/2] HTTPS supported marked 'Yes' for passwordinator --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b0886d9..2ca8f864 100644 --- a/README.md +++ b/README.md @@ -881,7 +881,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 | -| [Passwordinator](https://github.com/fawazsullia/password-generator/) | Generate random passwords of varying complexities | No | No | Yes | +| [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 | | [Pulsedive](https://pulsedive.com/api/) | Scan, search and collect threat intelligence data in real-time | `apiKey` | Yes | Unknown | | [SecurityTrails](https://securitytrails.com/corp/apidocs) | Domain and IP related information such as current and historical WHOIS and DNS records | `apiKey` | Yes | Unknown |