2022-07-06 21:25:58 +00:00
|
|
|
id: token-json
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Token Json File Disclosure
|
|
|
|
author: DhiyaneshDK
|
|
|
|
severity: low
|
|
|
|
metadata:
|
|
|
|
verified: true
|
2022-07-07 21:31:22 +00:00
|
|
|
google-query: intitle:"index of" "token.json"
|
2022-10-13 10:12:07 +00:00
|
|
|
tags: exposure,cloud,google,devops,files
|
2022-07-06 21:25:58 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/token.json"
|
|
|
|
- "{{BaseURL}}/search/token.json"
|
|
|
|
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
2022-07-12 14:42:35 +00:00
|
|
|
- '"access_token":'
|
|
|
|
- '"token_type":'
|
2022-07-06 21:25:58 +00:00
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|