From 8365f60ebd6cbec37b893674d5668d03e6bc7e25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Rainho?= Date: Thu, 21 Sep 2023 23:56:53 +0100 Subject: [PATCH] new entry on tools section - graphinder entry --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b2791dc..33a5bf4 100644 --- a/README.md +++ b/README.md @@ -261,6 +261,7 @@ Name | Author | Description | | [BatchQL](https://github.com/assetnote/batchql) | GraphQL security auditing script with a focus on performing batch GraphQL queries and mutations. | | [clairvoyance](https://github.com/nikitastupin/clairvoyance) | Obtain GraphQL API schema despite disabled introspection! | | [InQL](https://github.com/doyensec/inql) | InQL - A Burp Extension for GraphQL Security Testing. | +| [graphinder](https://github.com/Escape-Technologies/graphinder) | Blazing fast GraphQL endpoints finder using subdomain enumeration, scripts analysis and bruteforce. | | [graphql-cop](https://github.com/dolevf/graphql-cop) | Security Auditor Utility for GraphQL APIs. | | [GraphQLmap](https://github.com/swisskyrepo/GraphQLmap)| GraphQLmap is a scripting engine to interact with a graphql endpoint for pentesting purposes. | | [graphql-path-enum](https://gitlab.com/dee-see/graphql-path-enum) | Tool that lists the different ways of reaching a given type in a GraphQL schema. |