Skip to content

Amazon ECS Sample App Default Page - Detect

ID: amazon-ecs-defualt-page

Severity: info

Author: Splint3r7

Tags: amazon,tech,default,detect

Amazon ECS Sample App Default Page was detected.

id: amazon-ecs-defualt-page
info:
name: Amazon ECS Sample App Default Page - Detect
author: Splint3r7
severity: info
description: |
Amazon ECS Sample App Default Page was detected.
classification:
cwe-id: CWE-200
metadata:
max-request: 1
shodan-query: http.title:"Amazon ECS Sample App"
tags: amazon,tech,default,detect
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: dsl
dsl:
- 'contains(body, "<title>Amazon ECS Sample App")'
- 'status_code == 200'
condition: and
# digest: 4a0a00473045022100b7dc1bea1995c8b92778f746775c837e5600afb0c5aee48e9580709bdfbc0ed7022055f1fba6fc683ebeac1c16482e2a424f048ace932657259ee273d18a4d1c24a8:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/technologies/amazon-ecs-defualt-page.yaml"

View on Github