From a0b3881484cc2b8f1c9a39e5e14fbfbbc08d8398 Mon Sep 17 00:00:00 2001 From: HAHWUL Date: Sun, 9 Jun 2024 12:01:41 +0900 Subject: [PATCH] chore: Add GQLSpection tool to weapons directory --- weapons/GQLSpection.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 weapons/GQLSpection.yaml diff --git a/weapons/GQLSpection.yaml b/weapons/GQLSpection.yaml new file mode 100644 index 0000000..030a6ea --- /dev/null +++ b/weapons/GQLSpection.yaml @@ -0,0 +1,9 @@ +--- +name: GQLSpection +description: parses GraphQL introspection schema and generates possible queries +url: https://github.com/doyensec/GQLSpection +category: tool +type: Utils +platform: [linux, macos, windows] +lang: Python +tags: [graphql]