Skip to content

LANDESK(R) Management Agent Detect

ID: landesk-ma

Severity: info

Author: 0xNirvana

Tags: tech,landesk

id: landesk-ma
info:
name: LANDESK(R) Management Agent Detect
author: 0xNirvana
severity: info
classification:
cpe: cpe:2.3:a:landesk:landesk_management_suite:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: landesk
product: landesk_management_suite
shodan-query: http.html:"LANDESK(R)"
tags: tech,landesk
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: word
part: body
words:
- "LANDesk(R)"
- "Management Agent"
condition: and
# digest: 4a0a0047304502210093b21d9b0e2013fe557bf40ccffc7b919298332840cc253562154648e11b41fa0220384a9ab2488cf84f1ecabaf6ff1e8dc60bf18ccfbc35f05dfbeb18fe0d78fbe2: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-ma.yaml"

View on Github