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

25 lines
419 B
YAML
Raw Normal View History

2021-04-08 15:45:49 +00:00
id: s3cmd-config
info:
name: S3CMD Configuration Disclosure
author: Ice3man
severity: info
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