Skip to content

Jamf Pro Setup Assistant Panel - Detect

ID: jamf-setup-assistant

Severity: info

Author: ritikchaddha

Tags: jamf,setup,panel

Jamf Pro Setup Assistant panel was detected.

id: jamf-setup-assistant
info:
name: Jamf Pro Setup Assistant Panel - Detect
author: ritikchaddha
severity: info
description: Jamf Pro Setup Assistant 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: http.html:"Jamf Pro Setup"
product: jamf
vendor: jamf
tags: jamf,setup,panel
http:
- method: GET
path:
- "{{BaseURL}}/setupAssistant.html"
matchers-condition: and
matchers:
- type: word
words:
- "Jamf Pro Setup Assistant"
- type: status
status:
- 200
# digest: 4a0a00473045022045b6057bd96fc5aca9e41b808548d7168c6cdc06f12d19d20f98518529060d33022100a3988985f59f0701bae89a8ce0ef875347b8d46f269b47f518e1c0cb4bd28b19: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-setup-assistant.yaml"

View on Github