Files
nuclei-templates/http/technologies/graphql-detect.yaml

164 lines
4.4 KiB
YAML
Raw Normal View History

2021-06-04 23:53:21 +05:30
id: graphql-detect
2020-04-20 12:52:29 +00:00
info:
2021-06-04 23:53:21 +05:30
name: GraphQL API Detection
2022-03-15 19:23:23 +05:30
author: nkxxkn,elsfa7110,ofjaaah,exceed
2020-08-04 03:22:00 +05:30
severity: info
metadata:
max-request: 124
2023-10-14 16:57:55 +05:30
tags: tech,graphql
2020-04-20 12:52:29 +00:00
http:
2020-04-20 12:52:29 +00:00
- method: POST
2024-04-12 16:21:25 +05:30
path:
- "{{BaseURL}}{{paths}}"
body: '{"query":"query IntrospectionQuery{__schema {queryType { name }}}"}'
headers:
Content-Type: application/json
payloads:
paths:
- "/HyperGraphQL"
- "/___graphql"
- "/altair"
- "/api/cask/graphql-playground"
- "/api/graphql"
- "/api/graphql/v1"
- "/explorer"
- "/express-graphql"
- "/gql"
- "/graph"
- "/graph_cms"
- "/graphiql"
- "/graphiql.css"
- "/graphiql.js"
- "/graphiql.min.css"
- "/graphiql.min.js"
- "/graphiql.php"
- "/graphiql/finland"
- "/graphql"
- "/graphql-console"
- "/graphql-devtools"
- "/graphql-explorer"
- "/graphql-playground"
- "/graphql-playground-html"
- "/graphql.php"
- "/graphql/console"
- "/graphql/graphql-playground"
- "/graphql/schema.json"
- "/graphql/schema.xml"
- "/graphql/schema.yaml"
- "/graphql/v1"
- "/je/graphql"
- "/laravel-graphql-playground"
- "/playground"
- "/portal-graphql"
- "/query"
- "/query-api"
- "/query-explorer"
- "/query-laravel"
- "/sphinx-graphiql"
- "/subscriptions"
- "/v1"
- "/v1/altair"
- "/v1/api/graphql"
- "/v1/explorer"
- "/v1/graph"
- "/v1/graphiql"
- "/v1/graphiql.css"
- "/v1/graphiql.js"
- "/v1/graphiql.min.css"
- "/v1/graphiql.min.js"
- "/v1/graphiql.php"
- "/v1/graphiql/finland"
- "/v1/graphql"
- "/v1/graphql-explorer"
- "/v1/graphql.php"
- "/v1/graphql/console"
- "/v1/graphql/schema.json"
- "/v1/graphql/schema.xml"
- "/v1/graphql/schema.yaml"
- "/v1/playground"
- "/v1/subscriptions"
- "/v2"
- "/v2/altair"
- "/v2/api/graphql"
- "/v2/explorer"
- "/v2/graph"
- "/v2/graphiql"
- "/v2/graphiql.css"
- "/v2/graphiql.js"
- "/v2/graphiql.min.css"
- "/v2/graphiql.min.js"
- "/v2/graphiql.php"
- "/v2/graphiql/finland"
- "/v2/graphql"
- "/v2/graphql-explorer"
- "/v2/graphql.php"
- "/v2/graphql/console"
- "/v2/graphql/schema.json"
- "/v2/graphql/schema.xml"
- "/v2/graphql/schema.yaml"
- "/v2/playground"
- "/v2/subscriptions"
- "/v3"
- "/v3/altair"
- "/v3/api/graphql"
- "/v3/explorer"
- "/v3/graph"
- "/v3/graphiql"
- "/v3/graphiql.css"
- "/v3/graphiql.js"
- "/v3/graphiql.min.css"
- "/v3/graphiql.min.js"
- "/v3/graphiql.php"
- "/v3/graphiql/finland"
- "/v3/graphql"
- "/v3/graphql-explorer"
- "/v3/graphql.php"
- "/v3/graphql/console"
- "/v3/graphql/schema.json"
- "/v3/graphql/schema.xml"
- "/v3/graphql/schema.yaml"
- "/v3/playground"
- "/v3/subscriptions"
- "/v4/altair"
- "/v4/api/graphql"
- "/v4/explorer"
- "/v4/graph"
- "/v4/graphiql"
- "/v4/graphiql.css"
- "/v4/graphiql.js"
- "/v4/graphiql.min.css"
- "/v4/graphiql.min.js"
- "/v4/graphiql.php"
- "/v4/graphiql/finland"
- "/v4/graphql"
- "/v4/graphql-explorer"
- "/v4/graphql.php"
- "/v4/graphql/console"
- "/v4/graphql/schema.json"
- "/v4/graphql/schema.xml"
- "/v4/graphql/schema.yaml"
- "/v4/playground"
- "/v4/subscriptions"
2021-06-04 23:53:21 +05:30
stop-at-first-match: true
2020-10-09 21:19:07 +05:30
matchers-condition: and
2020-04-20 12:52:29 +00:00
matchers:
2020-10-09 21:19:07 +05:30
- type: status
status:
- 200
2021-06-04 23:53:21 +05:30
2021-11-12 11:27:26 +05:30
- type: word
part: header
2021-11-12 12:55:49 +05:30
words:
- "application/json"
2021-11-12 11:39:28 +05:30
2020-10-09 21:19:07 +05:30
- type: regex
regex:
- "__schema"
- "(Introspection|INTROSPECTION|introspection).*?"
- ".*?operation not found.*?"
2021-10-08 12:10:53 +05:30
condition: or
2024-12-01 13:57:55 +00:00
# digest: 490a004630440220544c4023bd876860f8d78b3f4da8442f11423eb54a39129d1435085dae4baff60220219f0ce7e255dd7ee4cbdeb049bf375765bac770f345b5a9d3f7d928a8460157:922c64590222798bb761d5b6d8e72950