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

30 lines
777 B
YAML
Raw Normal View History

2022-07-06 18:10:29 +00:00
id: get-access-token-json
info:
name: Get Access Token Json
author: DhiyaneshDK
severity: low
metadata:
verified: true
google-query: intitle:"index of" "get_access_token.json"
2022-10-13 10:12:07 +00:00
tags: exposure,files
2022-07-06 18:10:29 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/constant-contact-forms/vendor/constantcontact/constantcontact/test/Json/Auth/get_access_token.json"
- "{{BaseURL}}/wp-content/plugins/constant-contact-api-old/vendor/constantcontact/constantcontact/test/Json/Auth/get_access_token.json"
2022-07-06 18:13:36 +00:00
stop-at-first-match: true
2022-07-06 18:10:29 +00:00
matchers-condition: and
matchers:
- type: word
words:
2022-07-12 14:01:38 +00:00
- '"access_token":'
- '"token_type":'
2022-07-06 18:10:29 +00:00
condition: and
- type: status
status:
- 200