32 lines
666 B
YAML
32 lines
666 B
YAML
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
|
|
cvss-score: 0.0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
verified: true
|
|
shodan-query: http.html:"Jamf Pro Setup"
|
|
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
|