Files
nuclei-templates/http/technologies/apache/apache-cloudstack-detect.yaml
2024-07-09 16:11:06 +05:30

29 lines
786 B
YAML

id: apache-cloudstack-detect
info:
name: Apache CloudStack - Detect
author: pussycat0x
severity: info
description:
CloudStack is open-source Infrastructure-as-a-Service cloud computing software for creating, managing, and deploying infrastructure cloud services. It uses existing hypervisor platforms for virtualization, such as KVM, VMware vSphere, including ESXi and vCenter, XenServer/XCP and XCP-ng.
metadata:
shodan-query: http.title:"Apache CloudStack"
tags: tech,apache,cloudstack
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Apache CloudStack</title>"
- type: status
status:
- 200