nuclei-templates/http/exposures/configs/config-json.yaml

39 lines
845 B
YAML
Raw Normal View History

2022-12-05 10:13:30 +00:00
id: config-json
info:
name: Configuration File - Detect
2022-12-05 10:13:30 +00:00
author: geeknik
2022-12-09 09:13:29 +00:00
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
2022-12-05 10:13:30 +00:00
metadata:
max-request: 4
2022-12-05 10:13:30 +00:00
verified: true
github-query: filename:config.json
2022-12-09 09:13:29 +00:00
tags: config,exposure,files
2022-12-05 10:13:30 +00:00
http:
2022-12-05 10:13:30 +00:00
- 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":'
2022-12-09 09:13:29 +00:00
- '"aws":'
- '"server":'
2022-12-05 10:13:30 +00:00
condition: or
- type: status
status:
- 200