AWS Access/Secret Key Disclosure
ID: aws-access-secret-key
Severity: unknown
Author: tess
Tags: disclosure,aws,exposure,amazon
Description
Section titled “Description”YAML Source
Section titled “YAML Source”id: aws-access-secret-key
info: name: AWS Access/Secret Key Disclosure author: tess severity: unknown metadata: verified: true max-request: 1 tags: disclosure,aws,exposure,amazon
http: - method: GET path: - '{{BaseURL}}'
matchers-condition: and matchers: - type: word part: body words: - 'accessKeyId' - 'secretAccessKey' condition: and case-insensitive: true
- type: status status: - 200# digest: 4b0a00483046022100c2542da16209e0c03c89eeee847c16d67ce361a9237fcd340375263e7a6166c1022100a47ed5c1192d7868556b9b8be6343353c39e9c7bb4a50f81fd0d7a50051d9862:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposures/tokens/amazon/aws-access-secret-key.yaml"