diff --git a/misconfiguration/aws-s3-explorer.yaml b/misconfiguration/aws-s3-explorer.yaml new file mode 100644 index 0000000000..4f0b2b2a7e --- /dev/null +++ b/misconfiguration/aws-s3-explorer.yaml @@ -0,0 +1,33 @@ +id: aws-s3-explorer + +info: + name: AWS S3 Explorer + author: DhiyaneshDk + severity: low + reference: + - https://www.exploit-db.com/ghdb/7967 + metadata: + verified: true + google-dork: inurl:s3.amazonaws.com intitle:"AWS S3 Explorer" + tags: aws,amazon + +requests: + - method: GET + path: + - "{{BaseURL}}/index.html" + + matchers-condition: and + matchers: + - type: word + words: + - 'AWS S3 Explorer' + condition: and + + - type: word + part: header + words: + - text/html + + - type: status + status: + - 200