mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-11 21:23:34 +08:00
19 lines
325 B
YAML
19 lines
325 B
YAML
id: graphiql-detect
|
|
|
|
info:
|
|
name: GraphiQL Detect
|
|
author: Adam Crosser
|
|
severity: info
|
|
description: Detects the GraphiQL application
|
|
tags: tech,graphiql,graphql
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<title>GraphiQL' |