nuclei-templates/http/misconfiguration/aws-redirect.yaml

28 lines
510 B
YAML
Raw Normal View History

2021-01-09 13:02:04 +00:00
id: aws-redirect
2020-07-04 11:30:35 +00:00
2020-07-04 11:10:36 +00:00
info:
name: Subdomain takeover AWS S3
2020-07-04 11:30:35 +00:00
author: manikanta a.k.a @secureitmania
2021-01-09 13:02:04 +00:00
severity: info
reference:
- https://link.medium.com/fgXKJHR9P7
tags: aws,takeover,misconfig
metadata:
max-request: 1
2020-07-04 11:30:35 +00:00
http:
2020-07-04 11:10:36 +00:00
- method: GET
path:
2021-01-14 14:41:56 +00:00
- '{{BaseURL}}'
2020-07-04 11:10:36 +00:00
redirects: false
matchers-condition: and
matchers:
- type: status
status:
- 307
- type: word
words:
- 'Location: https://aws.amazon.com/s3/'
part: header