nuclei-templates/misconfiguration/ec2-instance-information.yaml

34 lines
661 B
YAML
Raw Normal View History

2022-09-05 10:45:11 +00:00
id: ec2-instance-information
info:
name: EC2 Instance Information
author: DhiyaneshDk
severity: low
reference:
- https://www.facebook.com/ExWareLabs/photos/a.361854183878462/5567070616690100/
metadata:
verified: true
shodan-query: title:"EC2 Instance Information"
2022-09-05 18:40:32 +00:00
tags: misconfig,ec2,aws,amazon
2022-09-05 10:45:11 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>EC2 Instance Information</title>'
- type: word
part: header
words:
- text/html
- type: status
status:
- 200