Create aws-s3-explorer.yaml

patch-1
Dhiyaneshwaran 2022-09-01 00:20:49 +05:30 committed by GitHub
parent 4a7236db2e
commit 5517df8abd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -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:
- '<title>AWS S3 Explorer</title>'
condition: and
- type: word
part: header
words:
- text/html
- type: status
status:
- 200