nuclei-templates/http/technologies/graphiql-detect.yaml

26 lines
434 B
YAML

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