Skip to content

Apache CloudStack - Detect

ID: apache-cloudstack-detect

Severity: info

Author: pussycat0x

Tags: tech,apache,cloudstack

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.

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
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: 4a0a004730450220058441a1bf57c9b1b6d7e6bf6ecba3175ae68c62a905c124b8a740ac040ff8930221009d363ef87234c35b9b4895218b3bb330af029fb7eb9816a57c6f0b289c7dc559: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/apache/apache-cloudstack-detect.yaml"

View on Github