From 89ccf0781c4b00bdb01fb096d588a4ea96315c5d Mon Sep 17 00:00:00 2001 From: 0xACAB <18677+fabacab@users.noreply.github.com> Date: Mon, 23 Oct 2023 03:23:23 -0400 Subject: [PATCH] Add GraphQL, a GraphQL API data model visualization tool. (#471) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 00142d9..4728f42 100644 --- a/README.md +++ b/README.md @@ -630,6 +630,7 @@ See also *[Web-accessible source code ripping tools](#web-accessible-source-code * [BlindElephant](http://blindelephant.sourceforge.net/) - Web application fingerprinter. * [EyeWitness](https://github.com/ChrisTruncer/EyeWitness) - Tool to take screenshots of websites, provide some server header info, and identify default credentials if possible. +* [GraphQL Voyager](https://graphql-kit.com/graphql-voyager/) - Represent any GraphQL API as an interactive graph, letting you explore data models from any Web site with a GraphQL query endpoint. * [VHostScan](https://github.com/codingo/VHostScan) - Virtual host scanner that performs reverse lookups, can be used with pivot tools, detect catch-all scenarios, aliases and dynamic default pages. * [Wappalyzer](https://www.wappalyzer.com/) - Wappalyzer uncovers the technologies used on websites. * [WhatWaf](https://github.com/Ekultek/WhatWaf) - Detect and bypass web application firewalls and protection systems.