nuclei-templates/exposures/configs/s3cmd-config.yaml

33 lines
632 B
YAML
Raw Normal View History

2021-04-08 15:45:49 +00:00
id: s3cmd-config
info:
name: S3CMD Configuration - Detect
2021-04-08 15:45:49 +00:00
author: Ice3man
severity: info
description: S3CMD configuration information was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2021-04-08 16:09:19 +00:00
tags: amazon,config,exposure
2021-04-08 15:45:49 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/s3cmd.ini"
2021-04-08 15:53:35 +00:00
2021-04-08 16:09:19 +00:00
matchers-condition: and
2021-04-08 15:45:49 +00:00
matchers:
- type: word
part: body
words:
- '[default]'
- 'access_key'
2021-04-08 16:09:19 +00:00
condition: and
- type: status
status:
- 200
# Enhanced by mp on 2023/02/05