nuclei-templates/subdomain-takeover/s3-subtakeover.yaml

25 lines
450 B
YAML
Raw Normal View History

2020-07-04 11:30:35 +00:00
id: s3-subtakeover
2020-07-04 11:10:36 +00:00
info:
2020-07-04 11:30:35 +00:00
name: Subdomain takeovee AWS S3
author: manikanta a.k.a @secureitmania
2020-07-04 11:10:36 +00:00
severity: high
2020-07-04 11:30:35 +00:00
# Source:- https://link.medium.com/fgXKJHR9P7
2020-07-04 11:10:36 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/'
redirects: false
matchers-condition: and
matchers:
- type: status
status:
- 307
- type: word
words:
- 'Location: https://aws.amazon.com/s3/'
part: header