Skip to content

Jamf Pro Login Panel - Detect

ID: jamf-login

Severity: info

Author: DhiyaneshDk

Tags: panel,jamf

Jamf Pro login panel was detected.

id: jamf-login
info:
name: Jamf Pro Login Panel - Detect
author: DhiyaneshDk
severity: info
description: Jamf Pro 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:
verified: true
max-request: 1
shodan-query: title:"Jamf Pro"
product: jamf
vendor: jamf
tags: panel,jamf
http:
- method: GET
path:
- '{{BaseURL}}'
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: regex
regex:
- '<title>Jamf Pro Login(.*)</title>'
- type: status
status:
- 401
# digest: 4b0a00483046022100dc105901fca039e0a077fb90ac9f1e1f3587df6a8ce0303d20057baad48f7e6e022100bf57ed796b287fd8effeec3e605022113c7a72a155a17fc348c42b566ebef619: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/exposed-panels/jamf-login.yaml"

View on Github