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

25 lines
419 B
YAML
Executable File

id: s3cmd-config
info:
name: S3CMD Configuration Disclosure
author: Ice3man
severity: info
tags: amazon,config,exposure
requests:
- method: GET
path:
- "{{BaseURL}}/s3cmd.ini"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '[default]'
- 'access_key'
condition: and
- type: status
status:
- 200