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
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: tech,graphiql,graphql
|
2021-11-12 16:59:49 +00:00
|
|
|
|
2023-04-27 04:28:59 +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
|
|
|
|
2021-12-31 12:27:46 +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:
|
2021-12-31 12:27:46 +00:00
|
|
|
- '<title>GraphiQL'
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
2023-10-14 11:27:55 +00:00
|
|
|
- 200
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4b0a00483046022100b811519114efaba4be39bb3908956899a0970802bc84b96f1ae01df191a4182c0221008c99b36df392e1f60404701a72e04b21740ce8e503ff2276927e29c9d723945f:922c64590222798bb761d5b6d8e72950
|