Merge pull request #5272 from projectdiscovery/aws-s3-explorer

Create aws-s3-explorer.yaml
patch-1
Prince Chaddha 2022-09-01 01:13:41 +05:30 committed by GitHub
commit 9703fffefa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
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: misconfig,aws,amazon,s3
requests:
- method: GET
path:
- "{{BaseURL}}/index.html"
matchers-condition: and
matchers:
- type: word
words:
- '<title>AWS S3 Explorer</title>'
- type: word
part: header
words:
- text/html
- type: status
status:
- 200