From 79d5a94952bace61e2da128ba5926235727be71a Mon Sep 17 00:00:00 2001 From: Omar Obando <54437821+Omar-Obando@users.noreply.github.com> Date: Tue, 28 Oct 2025 05:34:51 -0600 Subject: [PATCH] Add LeakInsight to Security (#591) 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 6e5262ec..3746b99e 100644 --- a/README.md +++ b/README.md @@ -1535,6 +1535,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 |