From 775eb7e310d08b5f78751af93cd308ed1986ea61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Rainho?= Date: Tue, 27 Jul 2021 09:20:58 +0100 Subject: [PATCH] new topic API Keys validation --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 31733f7..8f83584 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,12 @@ Name | Description [SecLists for API's web-content discovery](https://github.com/danielmiessler/SecLists/tree/master/Discovery/Web-Content/api) | It is a collection of web content discovery lists for APIs used during security assessments. [GraphQL SecList](https://github.com/danielmiessler/SecLists/blob/master/Discovery/Web-Content/graphql.txt) | It's a GraphQL list used during security assessments, collected in one place. +## API Keys validation +| Name | Description | +|---- | ----| +| [Keyhacks](https://github.com/streaak/keyhacks)| Keyhacks is a repository which shows quick ways in which API keys leaked by a bug bounty program can be checked to see if they're valid. | +| [Key-Checker](https://github.com/daffainfo/Key-Checker)| Go scripts for checking API key / access token validity | + ## Deliberately vulnerable APIs Name | Description ---- | ----