moving files around

patch-1
sandeep 2021-04-08 21:39:19 +05:30
parent ebcc0458fe
commit d246fb4ad8
1 changed files with 7 additions and 2 deletions

View File

@ -4,13 +4,14 @@ info:
name: S3CMD Configuration Disclosure name: S3CMD Configuration Disclosure
author: Ice3man author: Ice3man
severity: info severity: info
tags: amazon,config tags: amazon,config,exposure
requests: requests:
- method: GET - method: GET
path: path:
- "{{BaseURL}}/s3cmd.ini" - "{{BaseURL}}/s3cmd.ini"
matchers-condition: and
matchers: matchers:
- type: word - type: word
part: body part: body
@ -18,3 +19,7 @@ requests:
- '[default]' - '[default]'
- 'access_key' - 'access_key'
condition: and condition: and
- type: status
status:
- 200