From 535eb89863d6172a8fa6471ef50a7d0aef2d4cad Mon Sep 17 00:00:00 2001 From: pussycat0x <65701233+pussycat0x@users.noreply.github.com> Date: Tue, 13 Aug 2024 16:47:01 -0700 Subject: [PATCH] Update and rename photoprism-detect.yaml to photoprism-panel.yaml --- ...prism-detect.yaml => photoprism-panel.yaml} | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) rename http/exposed-panels/{photoprism-detect.yaml => photoprism-panel.yaml} (50%) diff --git a/http/exposed-panels/photoprism-detect.yaml b/http/exposed-panels/photoprism-panel.yaml similarity index 50% rename from http/exposed-panels/photoprism-detect.yaml rename to http/exposed-panels/photoprism-panel.yaml index 9cd568df47..4cd0c52a7b 100644 --- a/http/exposed-panels/photoprism-detect.yaml +++ b/http/exposed-panels/photoprism-panel.yaml @@ -1,19 +1,25 @@ -id: photoprism-detect +id: photoprism-panel info: - name: PhotoPrism Detection + name: PhotoPrism Panel - Detect author: rxerium severity: info description: | - Detects the presence of PhotoPrism web application. - reference: https://photoprism.app/ + PhotoPrism Panel was Detected + reference: + - https://photoprism.app/ + metadata: + verified: true + max-request: 1 + shodan-query: http.title:PhotoPrism tags: photoprism,panel -requests: +http: - method: GET path: - "{{BaseURL}}" + host-redirects: true matchers-condition: and matchers: - type: word @@ -23,4 +29,4 @@ requests: - type: status status: - - 200 \ No newline at end of file + - 200