nuclei-templates/exposures/tokens/amazon/amazon-sns-topic.yaml

17 lines
318 B
YAML
Executable File

id: amazon-sns-topic
info:
name: Amazon SNS Topic Disclosure
author: Ice3man
severity: info
tags: exposure,token,amazon
requests:
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- 'arn:aws:sns:[a-z0-9\-]+:[0-9]+:[A-Za-z0-9\-_]+'