Skip to content

LibrePhotos Panel - Detect

ID: librephotos-panel

Severity: info

Author: ritikchaddha

Tags: panel,librephotos,detect,login

id: librephotos-panel
info:
name: LibrePhotos Panel - Detect
author: ritikchaddha
severity: info
reference:
- https://github.com/LibrePhotos/librephotos
classification:
cpe: cpe:2.3:a:librephotos_project:librephotos:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: librephotos_project
product: librephotos
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: 4a0a0047304502203795c42f8a36744e9528e885e5d1acbcfe654c173e67f5228d1537adf08a6a46022100adb70f72c5ec7076e9270915ac716ed51375afed4715d1316d9ad46385a79c94:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/librephotos-panel.yaml"

View on Github