33 lines
750 B
YAML
33 lines
750 B
YAML
id: librephotos-panel
|
|
|
|
info:
|
|
name: LibrePhotos Panel - Detect
|
|
author: ritikchaddha
|
|
severity: info
|
|
reference:
|
|
- https://github.com/LibrePhotos/librephotos
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: title:"LibrePhotos"
|
|
tags: panel,librephotos,detect,login
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/login"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<title>LibrePhotos'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
- 404
|
|
|
|
# digest: 4b0a00483046022100c5c780bece93d1ae8f495d6d101a749d84849d811514906d67ace9273785a43102210081a2d6ca66211e8948f0d0c2ab7c13ceccd155584db276982e62d298b97d0180:922c64590222798bb761d5b6d8e72950
|