25 lines
419 B
YAML
25 lines
419 B
YAML
|
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
|