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