From cea982c062fede36bdd01dc3a185d39192720462 Mon Sep 17 00:00:00 2001 From: Swissky <12152583+swisskyrepo@users.noreply.github.com> Date: Sat, 4 Apr 2020 22:33:28 +0200 Subject: [PATCH] GraphQL Voyager - Represent any GraphQL API as an interactive graph --- GraphQL Injection/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/GraphQL Injection/README.md b/GraphQL Injection/README.md index 3719113..725bee0 100644 --- a/GraphQL Injection/README.md +++ b/GraphQL Injection/README.md @@ -22,6 +22,7 @@ ## Tools * [GraphQLmap - Scripting engine to interact with a graphql endpoint for pentesting purposes](https://github.com/swisskyrepo/GraphQLmap) +* [GraphQL-voyager - Represent any GraphQL API as an interactive graph](https://apis.guru/graphql-voyager/) * [GraphQL Security Toolkit - GraphQL Security Research Material](https://github.com/doyensec/graph-ql/) * [GraphQL IDE - An extensive IDE for exploring GraphQL API's](https://github.com/andev-software/graphql-ide) * [InQL - A Burp Extension for GraphQL Security Testing](https://github.com/doyensec/inql)