Create librephotos-panel.yaml

patch-1
Ritik Chaddha 2023-11-09 15:23:21 +05:30 committed by GitHub
parent 001346c38f
commit 704cdd0109
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: librephotos-panel
info:
name: LibrePhotos Panel - Detect
author: ritikchaddha
severity: info
reference:
- https://github.com/LibrePhotos/librephotos
metadata:
max-request: 1
verified: true
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