32 lines
765 B
YAML
32 lines
765 B
YAML
id: token-info-json
|
|
|
|
info:
|
|
name: Token Info Json File
|
|
author: DhiyaneshDK
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
google-query: intitle:"index of" "token_info.json"
|
|
tags: exposure,files
|
|
|
|
http:
|
|
- 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"
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '"client_id":'
|
|
- '"user_name":'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|