Skip to content

Amazon SNS Topic Disclosure

ID: amazon-sns-topic

Severity: info

Author: Ice3man

Tags: exposure,token,amazon

id: amazon-sns-topic
info:
name: Amazon SNS Topic Disclosure
author: Ice3man
severity: info
metadata:
max-request: 1
tags: exposure,token,amazon
http:
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- 'arn:aws:sns:[a-z0-9\-]+:[0-9]+:[A-Za-z0-9\-_]+'
# digest: 4a0a0047304502205e34a617dde46f2b48c9a0b8137be1371276a0c6f72e158dad108ba56ef746e302210086d0b10c619b01d7ffd9cabeef29bb3193a2460f290b6623be279997548e60a9:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposures/tokens/amazon/amazon-sns-topic.yaml"

View on Github