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

26 lines
434 B
YAML
Raw Normal View History

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