mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-02 08:43:27 +08:00
29 lines
786 B
YAML
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
|