nuclei-templates/misconfiguration/aws-xray-application.yaml

35 lines
776 B
YAML

id: aws-xray-application
info:
name: AWS X-Ray Sample Application
author: DhiyaneshDk
severity: info
description: AWS X-Ray is a service that helps developers analyze and debug distributed applications.
reference:
- https://www.facebook.com/ExWareLabs/photos/a.361854183878462/5566269380103557/
metadata:
verified: true
shodan-query: title:"AWS X-Ray Sample Application"
tags: misconfig,aws,x-ray,amazon
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>AWS X-Ray Sample Application</title>'
- type: word
part: header
words:
- text/html
- type: status
status:
- 200