nuclei-templates/misconfiguration/s3-torrent.yaml

22 lines
439 B
YAML
Raw Normal View History

2022-04-15 07:35:30 +00:00
id: s3-torrent
info:
2022-11-22 13:59:16 +00:00
name: S3 torrent Downloads Allowed
2022-04-15 07:35:30 +00:00
author: ambassify
severity: info
description: Detects if endpoint allows magic S3 torrent argument to download files
2022-11-22 13:59:16 +00:00
tags: misconfig,aws,s3,bucket
2022-04-15 07:35:30 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/?torrent"
matchers:
- type: word
2022-11-22 13:59:16 +00:00
part: body
2022-04-15 07:35:30 +00:00
words:
- 'RequestTorrentOfBucketError'
- 's3-tracker'
2022-11-22 13:59:16 +00:00
condition: or