moving files around
parent
ebcc0458fe
commit
d246fb4ad8
|
@ -4,13 +4,14 @@ 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
|
||||
|
@ -18,3 +19,7 @@ requests:
|
|||
- '[default]'
|
||||
- 'access_key'
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue