35 lines
676 B
YAML
35 lines
676 B
YAML
id: ec2-instance-information
|
|
|
|
info:
|
|
name: EC2 Instance Information
|
|
author: DhiyaneshDk
|
|
severity: low
|
|
reference:
|
|
- https://www.facebook.com/ExWareLabs/photos/a.361854183878462/5567070616690100/
|
|
metadata:
|
|
max-request: 1
|
|
verified: true
|
|
shodan-query: title:"EC2 Instance Information"
|
|
tags: misconfig,ec2,aws,amazon
|
|
|
|
http:
|
|
- 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
|