34 lines
784 B
YAML
34 lines
784 B
YAML
id: token-json
|
|
|
|
info:
|
|
name: Token Json File Disclosure
|
|
author: DhiyaneshDK
|
|
severity: low
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
google-query: intitle:"index of" "token.json"
|
|
tags: exposure,cloud,google,devops,files
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/token.json"
|
|
- "{{BaseURL}}/search/token.json"
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '"access_token":'
|
|
- '"token_type":'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4b0a004830460221009332d8ca743b1b8629b15f4658d84268f07e03eb376efe0e5b971fd212781f9e0221008bd69302c984ee8d7f066099c3076747c724b281fa663788ee2c05e5874c73a2:922c64590222798bb761d5b6d8e72950
|