42 lines
973 B
YAML
42 lines
973 B
YAML
id: s3cfg-config
|
|
|
|
info:
|
|
name: S3CFG Configuration - Detect
|
|
author: geeknik,DhiyaneshDK
|
|
severity: high
|
|
description: S3CFG configuration file was detected.
|
|
reference:
|
|
- https://s3tools.org/kb/item14.htm
|
|
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
|
|
metadata:
|
|
max-request: 1
|
|
tags: amazon,s3,exposure,config
|
|
|
|
http:
|
|
- 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
|
|
|
|
# digest: 4a0a00473045022100e08d2b951082725c6db67a6e12bc6197fc2d2351b196201a276687b7e95becab022061710ad2ede5142083fecfe508a712414f7f6458d40291e93acf248fab85ff6c:922c64590222798bb761d5b6d8e72950
|