From ed7f0c1f61982f9f82cc3b0a2e4b817e3b9e1853 Mon Sep 17 00:00:00 2001 From: HAHWUL Date: Sun, 9 Jun 2024 12:06:19 +0900 Subject: [PATCH] feat: Add Clairvoyance tool for obtaining GraphQL API schema --- weapons/clairvoyance.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 weapons/clairvoyance.yaml diff --git a/weapons/clairvoyance.yaml b/weapons/clairvoyance.yaml new file mode 100644 index 0000000..9580e12 --- /dev/null +++ b/weapons/clairvoyance.yaml @@ -0,0 +1,9 @@ +--- +name: Clairvoyance +description: Obtain GraphQL API schema even if the introspection is disabled +url: https://github.com/nikitastupin/clairvoyance +category: tool +type: Fuzzer +platform: [linux, macos, windows] +lang: Python +tags: [graphql]