Skip to content

macOS Server Panel - Detect

ID: macos-server-panel

Severity: info

Author: DhiyaneshDk

Tags: panel,login,macos-server,detect

id: macos-server-panel
info:
name: macOS Server Panel - Detect
author: DhiyaneshDk
severity: info
metadata:
verified: true
max-request: 1
shodan-query: title:"macOS Server"
tags: panel,login,macos-server,detect
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- 'macOS Server'
- 'apple-system'
condition: and
- type: status
status:
- 200
# digest: 490a0046304402206b7c5b4d188f2a81e23443593af33b01b89de55b1f03e801c5a37deeb2be800d02203348e5cb2f96224bb16520b4f64006693b5ae12f93715d1c0b7358b40807f8d8: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/macos-server-panel.yaml"

View on Github