nuclei-templates/exposures/files/oauth-credentials-json.yaml

28 lines
513 B
YAML
Raw Normal View History

2022-07-06 20:01:38 +00:00
id: oauth-credentials-json
info:
name: Oauth Credentials Json
author: DhiyaneshDK
severity: low
metadata:
verified: true
2022-07-07 21:30:49 +00:00
google-query: intitle:"index of" "oauth-credentials.json"
2022-07-12 14:32:47 +00:00
tags: exposure,oauth
2022-07-06 20:01:38 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/oauth-credentials.json"
matchers-condition: and
matchers:
- type: word
words:
2022-07-12 14:32:47 +00:00
- '"client_id":'
- '"client_secret":'
2022-07-06 20:01:38 +00:00
condition: and
- type: status
status:
- 200