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

30 lines
743 B
YAML
Raw Normal View History

2022-07-06 18:11:07 +00:00
id: token-info-json
info:
2022-07-15 11:26:02 +00:00
name: Token Info Json File
2022-07-06 18:11:07 +00:00
author: DhiyaneshDK
2022-07-12 14:40:32 +00:00
severity: info
2022-07-06 18:11:07 +00:00
metadata:
verified: true
google-query: intitle:"index of" "token_info.json"
tags: exposure
requests:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/constant-contact-forms/vendor/constantcontact/constantcontact/test/Json/Auth/token_info.json"
- "{{BaseURL}}/wp-content/plugins/constant-contact-api-old/vendor/constantcontact/constantcontact/test/Json/Auth/token_info.json"
2022-07-06 18:12:57 +00:00
stop-at-first-match: true
2022-07-06 18:11:07 +00:00
matchers-condition: and
matchers:
- type: word
words:
2022-07-12 14:40:32 +00:00
- '"client_id":'
- '"user_name":'
2022-07-06 18:11:07 +00:00
condition: and
- type: status
status:
- 200