48 lines
1.1 KiB
YAML
48 lines
1.1 KiB
YAML
id: config-json
|
|
|
|
info:
|
|
name: Configuration File - Detect
|
|
author: geeknik
|
|
severity: medium
|
|
description: Multiple configuration files were detected.
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
|
cvss-score: 5.3
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
verified: true
|
|
max-request: 4
|
|
github-query: filename:config.json
|
|
tags: config,exposure,files
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/config/default.json"
|
|
- "{{BaseURL}}/config.json"
|
|
- "{{BaseURL}}/config/config.json"
|
|
- "{{BaseURL}}/credentials/config.json"
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '"api_keys":'
|
|
- '"aws":'
|
|
- '"server":'
|
|
condition: or
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
negative: true
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4b0a004830460221008f823fffb82579f1df366875cdb5dbdff71072bdc5eb303dd4c66ae44aff2a88022100c5492cc9f4add1c722de527cb47608a221727d77aea871db02be484319e955dd:922c64590222798bb761d5b6d8e72950
|