From 2bc334df97477fb48abbe9f7555188d35f331622 Mon Sep 17 00:00:00 2001 From: Omar Obando <54437821+Omar-Obando@users.noreply.github.com> Date: Sat, 16 Aug 2025 20:50:18 -0600 Subject: [PATCH] Add LeakInsight to Security This PR adds the LeakInsight API to the Security section, maintaining strict alphabetical order and the repository's format. LeakInsight allows users to check leaked credentials by email, username, phone, domain, or hash and provides up to 5 free daily checks. API documentation: https://rapidapi.com/codigo6-codigo6-default/api/leakinsight-api/ --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63083a75..b4eae21f 100644 --- a/README.md +++ b/README.md @@ -1516,6 +1516,7 @@ like WhatsApp | `apiKey` | Yes | Yes | | [Intelligence X](https://github.com/IntelligenceX/SDK/blob/master/Intelligence%20X%20API.pdf) | Perform OSINT via Intelligence X | `apiKey` | Yes | Unknown | | [IntelOwl](https://intelowl.readthedocs.io) | Manage your Threat Intelligence at scale | No | Yes | Unknown | | [LoginRadius](https://www.loginradius.com/docs/) | Managed User Authentication Service | `apiKey` | Yes | Yes | +| [LeakInsight](https://rapidapi.com/codigo6-codigo6-default/api/leakinsight-api/) | Find leaked or exposed credentials by email, username, phone, domain, hash, or breach origin | `apiKey` | Yes | Unknown | | [Microsoft Security Response Center (MSRC)](https://msrc.microsoft.com/report/developer) | Programmatic interfaces to engage with the Microsoft Security Response Center (MSRC) | No | Yes | Unknown | | [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 |