nuclei-templates/http/exposed-panels/photoprism-panel.yaml

33 lines
608 B
YAML
Raw Normal View History

id: photoprism-panel
2024-08-10 10:34:24 +00:00
info:
name: PhotoPrism Panel - Detect
2024-08-10 10:34:24 +00:00
author: rxerium
severity: info
description: |
PhotoPrism Panel was Detected
2024-08-13 23:50:00 +00:00
reference:
- https://photoprism.app/
metadata:
verified: true
max-request: 1
shodan-query: http.title:PhotoPrism
2024-08-10 10:34:24 +00:00
tags: photoprism,panel
http:
2024-08-10 10:34:24 +00:00
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
2024-08-10 10:34:24 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>PhotoPrism</title>"
- type: status
status:
- 200