nuclei-templates/exposures/files/token-json.yaml

30 lines
571 B
YAML

id: token-json
info:
name: Token Json File Disclosure
author: DhiyaneshDK
severity: low
metadata:
verified: true
google-query: intitle:"index of" "token.json"
tags: exposure,cloud,google,devops,files
requests:
- 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