mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
Create amazon-ec2-detect.yaml
This commit is contained in:
21
technologies/aws/amazon-ec2-detect.yaml
Normal file
21
technologies/aws/amazon-ec2-detect.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
id: amazon-ec2-detect
|
||||
|
||||
info:
|
||||
name: Amazon EC2 Server Detect
|
||||
author: ritikchaddha
|
||||
severity: info
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: "Server: EC2ws"
|
||||
tags: tech,aws,ec2,amazon
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "Server: EC2ws"
|
||||
Reference in New Issue
Block a user