Update and rename photoprism-detect.yaml to photoprism-panel.yaml
parent
e1415a20b8
commit
535eb89863
|
@ -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
|
||||
- 200
|
Loading…
Reference in New Issue