29 lines
632 B
YAML
29 lines
632 B
YAML
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: 4b0a00483046022100b811519114efaba4be39bb3908956899a0970802bc84b96f1ae01df191a4182c0221008c99b36df392e1f60404701a72e04b21740ce8e503ff2276927e29c9d723945f:922c64590222798bb761d5b6d8e72950
|