mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
33 lines
1.1 KiB
YAML
33 lines
1.1 KiB
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.
|
|
classification:
|
|
cpe: cpe:2.3:a:apache:cloudstack:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
vendor: apache
|
|
product: cloudstack
|
|
shodan-query: http.title:"Apache CloudStack"
|
|
tags: tech,apache,cloudstack,discovery
|
|
|
|
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
|
|
# digest: 4a0a00473045022100f4c34960a67af90514e636ef2bedc83f236f4ad343e6d353a4fd314ae60f2b2502204be67ed6c1cb1a150f283c1e11238c4f70672069c8e4222c52e93e8fce6b0474:922c64590222798bb761d5b6d8e72950 |