Update s3-torrent.yaml
parent
04d6e4968b
commit
e732805c50
|
@ -1,21 +1,21 @@
|
|||
id: s3-torrent
|
||||
|
||||
info:
|
||||
name: Detect S3 torrent downloads allowed
|
||||
name: S3 torrent Downloads Allowed
|
||||
author: ambassify
|
||||
severity: info
|
||||
description: Detects if endpoint allows magic S3 torrent argument to download files
|
||||
tags: aws,s3,bucket
|
||||
tags: misconfig,aws,s3,bucket
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/?torrent"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- 'RequestTorrentOfBucketError'
|
||||
- 's3-tracker'
|
||||
part: body
|
||||
condition: or
|
||||
|
|
Loading…
Reference in New Issue