From f6be1d08e6058fd181a318cd18196a0e6787460f Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Tue, 8 Oct 2024 04:31:32 +0530 Subject: [PATCH] Create macos-server-panel.yaml --- http/exposed-panels/macos-server-panel.yaml | 27 +++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 http/exposed-panels/macos-server-panel.yaml diff --git a/http/exposed-panels/macos-server-panel.yaml b/http/exposed-panels/macos-server-panel.yaml new file mode 100644 index 0000000000..47d818734b --- /dev/null +++ b/http/exposed-panels/macos-server-panel.yaml @@ -0,0 +1,27 @@ +id: macos-server-panel + +info: + name: macOS Server Login - Panel + author: DhiyaneshDk + severity: info + metadata: + max-request: 1 + shodan-query: title:"macOS Server" + tags: panel,login,macos-server + +http: + - method: GET + path: + - "{{BaseURL}}" + + matchers-condition: and + matchers: + - type: word + words: + - 'macOS Server' + - 'apple-system' + condition: and + + - type: status + status: + - 200