Merge pull request #10511 from rxerium/photoprism

Photoprism Detection
patch-7
Dhiyaneshwaran 2024-08-15 21:34:18 -07:00 committed by GitHub
commit d16dd50c1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 32 additions and 0 deletions

View File

@ -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:
- "<title>PhotoPrism</title>"
- type: status
status:
- 200