nuclei-templates/misconfiguration/s3-torrent.yaml

28 lines
621 B
YAML
Raw Normal View History

2022-04-15 07:35:30 +00:00
id: s3-torrent
info:
name: Amazon S3 Torrent Download - Detect
2022-04-15 07:35:30 +00:00
author: ambassify
severity: info
description: Amazon S3 Torrent download was detected, which can allow a malicious user to download files.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
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
# Enhanced by md on 2023/02/06