diff --git a/http/exposed-panels/photoprism-panel.yaml b/http/exposed-panels/photoprism-panel.yaml new file mode 100644 index 0000000000..9429bd967a --- /dev/null +++ b/http/exposed-panels/photoprism-panel.yaml @@ -0,0 +1,32 @@ +id: photoprism-panel + +info: + name: PhotoPrism Panel - Detect + author: rxerium + severity: info + description: | + PhotoPrism Panel was Detected + reference: + - https://photoprism.app/ + metadata: + verified: true + max-request: 1 + shodan-query: http.title:PhotoPrism + tags: photoprism,panel + +http: + - method: GET + path: + - "{{BaseURL}}" + + host-redirects: true + matchers-condition: and + matchers: + - type: word + part: body + words: + - "PhotoPrism" + + - type: status + status: + - 200