nuclei-templates/exposed-panels/jamf-setup-assistant.yaml

33 lines
683 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:
verified: true
shodan-query: http.html:"Jamf Pro Setup"
tags: jamf,setup,panel
requests:
- method: GET
path:
- "{{BaseURL}}/setupAssistant.html"
matchers-condition: and
matchers:
- type: word
words:
- "Jamf Pro Setup Assistant"
- type: status
status:
- 200
# Enhanced by md on 2022/11/21