Create aws-s3-explorer.yaml
parent
4a7236db2e
commit
5517df8abd
|
@ -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
|
Loading…
Reference in New Issue