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
|
2021-11-12 16:59:49 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2021-11-12 20:09:02 +00:00
|
|
|
- "{{BaseURL}}"
|
2021-11-12 16:59:49 +00:00
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
2021-11-12 20:09:02 +00:00
|
|
|
words:
|
|
|
|
- '<title>GraphiQL'
|