34 lines
990 B
YAML
34 lines
990 B
YAML
id: get-access-token-json
|
|
|
|
info:
|
|
name: Get Access Token Json
|
|
author: DhiyaneshDK
|
|
severity: low
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
google-query: intitle:"index of" "get_access_token.json"
|
|
tags: exposure,files
|
|
|
|
http:
|
|
- 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"
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '"access_token":'
|
|
- '"token_type":'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4b0a00483046022100bad37eef4d44ded473195b08fc1a4a86a38cbf41e099ac0a639b31f21657e47b0221009cf080ec765141ada92c95ebc901ff1a9e9ab4649136b806b0b9dd8b5782d48d:922c64590222798bb761d5b6d8e72950
|