Skip to content

Amazon EC2 Server Detect

ID: amazon-ec2-detect

Severity: info

Author: ritikchaddha

Tags: tech,aws,ec2,amazon

id: amazon-ec2-detect
info:
name: Amazon EC2 Server Detect
author: ritikchaddha
severity: info
metadata:
verified: true
max-request: 1
shodan-query: "Server: EC2ws"
tags: tech,aws,ec2,amazon
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: word
part: header
words:
- "Server: EC2ws"
# digest: 4a0a0047304502202deea4d32a40b34ccb7c07779c7453d9f413b945451c6e4bc91d2ecbd7c0f635022100c90d3c84cd0de348fddabc4747857d20450ddaf631930077171ab32e90adcf8d: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/aws/amazon-ec2-detect.yaml"

View on Github