moving files around
parent
ebcc0458fe
commit
d246fb4ad8
|
@ -4,17 +4,22 @@ info:
|
|||
name: S3CMD Configuration Disclosure
|
||||
author: Ice3man
|
||||
severity: info
|
||||
tags: amazon,config
|
||||
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
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue