AWS X-Ray Sample Application
ID: aws-xray-application
Severity: info
Author: DhiyaneshDk
Tags: misconfig,aws,x-ray,amazon
Description
Section titled “Description”AWS X-Ray is a service that helps developers analyze and debug distributed applications.
YAML Source
Section titled “YAML Source”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 max-request: 1 shodan-query: title:"AWS X-Ray Sample Application" tags: misconfig,aws,x-ray,amazon
http: - 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# digest: 490a0046304402204adddfb12c1284ae7b50f6ffa45ead9bcb4d40807bf2993e5d03bc30f1c6054c022009acddd98e3a87221c0c853e28c053214faaee0a0b151d36eca7afc7dd5926ba:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/misconfiguration/aws/aws-xray-application.yaml"