Jamf MDM Login Panel - Detect
ID: jamf-panel
Severity: info
Author: pdteam,idealphase
Tags: jamf,panel,mdm
Description
Section titled “Description”Jamf Mobile Device Management login panel was detected.
YAML Source
Section titled “YAML Source”id: jamf-panel
info: name: Jamf MDM Login Panel - Detect author: pdteam,idealphase severity: info description: Jamf Mobile Device Management login panel was detected. classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cwe-id: CWE-200 cpe: cpe:2.3:a:jamf:jamf:*:*:*:*:*:*:*:* metadata: max-request: 1 shodan-query: http.favicon.hash:1262005940 product: jamf vendor: jamf tags: jamf,panel,mdm
http: - method: GET path: - "{{BaseURL}}"
host-redirects: true max-redirects: 2
matchers-condition: and matchers: - type: word part: response words: - "Jamf Pro Login" - "Jamf Cloud Node" condition: or
extractors: - type: regex part: body group: 1 regex: - '<meta name=\"version\" content=\"(.*)\">'# digest: 490a0046304402200e696a72b6f3e8321f89f76bdd0bcef4e5810595ddcd0eb8653dca0bcbcdf057022059ee71e875cedd6795d1010f31c3fba2aa3a88cbcb22b4161418d0b3421c0419:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposed-panels/jamf-panel.yaml"