diff --git a/exposed-tokens/amazon/s3cmd-config.yaml b/exposures/configs/s3cmd-config.yaml similarity index 67% rename from exposed-tokens/amazon/s3cmd-config.yaml rename to exposures/configs/s3cmd-config.yaml index 1d800ce9b1..b4af8e090f 100755 --- a/exposed-tokens/amazon/s3cmd-config.yaml +++ b/exposures/configs/s3cmd-config.yaml @@ -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 \ No newline at end of file + condition: and + + - type: status + status: + - 200 \ No newline at end of file