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

42 lines
810 B
YAML
Raw Normal View History

2022-09-29 08:25:09 +00:00
id: s3cfg-config
info:
name: S3CFG Configuration - Detect
2022-09-29 08:25:09 +00:00
author: geeknik,DhiyaneshDK
2023-03-02 20:58:29 +00:00
severity: high
description: S3CFG configuration file was detected.
2023-03-02 20:58:29 +00:00
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cwe-id: CWE-200
2022-09-29 08:25:09 +00:00
reference:
- https://s3tools.org/kb/item14.htm
tags: amazon,s3,exposure,config
metadata:
max-request: 1
2022-09-29 08:25:09 +00:00
http:
2022-09-29 08:25:09 +00:00
- method: GET
path:
- "{{BaseURL}}/.s3cfg"
matchers-condition: and
matchers:
- type: word
words:
- "access_key"
- "bucket_location"
- "secret_key"
condition: and
- type: word
part: header
words:
- "text/plain"
- type: status
status:
- 200
# Enhanced by md on 2023/02/23