22 lines
439 B
YAML
22 lines
439 B
YAML
id: s3-torrent
|
|
|
|
info:
|
|
name: S3 torrent Downloads Allowed
|
|
author: ambassify
|
|
severity: info
|
|
description: Detects if endpoint allows magic S3 torrent argument to download files
|
|
tags: misconfig,aws,s3,bucket
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/?torrent"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'RequestTorrentOfBucketError'
|
|
- 's3-tracker'
|
|
condition: or
|