Skip to content

LANDESK(R) Cloud Services Appliance Detect

ID: landesk-csa

Severity: info

Author: 0xNirvana

Tags: tech,landesk

id: landesk-csa
info:
name: LANDESK(R) Cloud Services Appliance Detect
author: 0xNirvana
severity: info
metadata:
verified: true
max-request: 1
shodan-query: http.html:"LANDESK(R)"
tags: tech,landesk
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: word
part: body
words:
- "LANDESK(R)"
- "Cloud Services Appliance"
condition: and
# digest: 490a0046304402202765965a97c48cb98608ab1fd1b1f28d0bf31f84aac57719c9f16b732586029b022053d0c2bdb8d4f9c182b57aa0d969717abe8b159bf62e54712099fb98a5e46806: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/landesk/landesk-csa.yaml"

View on Github