Skip to content

GraphiQL Detect

ID: graphiql-detect

Severity: info

Author: Adam Crosser

Tags: tech,graphiql,graphql

Detects the GraphiQL application

id: graphiql-detect
info:
name: GraphiQL Detect
author: Adam Crosser
severity: info
description: Detects the GraphiQL application
metadata:
max-request: 1
tags: tech,graphiql,graphql
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>GraphiQL'
- type: status
status:
- 200
# digest: 4a0a00473045022066c56ef28b09247eb2f8891097da4b90cab8172b5c3fb912fdc2b56a309cc55c022100e917136ab77cd41739439a42d263c2f62822b20818ed9be98c98ef127d91ea62:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/graphiql-detect.yaml"

View on Github