Skip to content

Commit

Permalink
Merge pull request #8587 from projectdiscovery/librephotos-panel
Browse files Browse the repository at this point in the history
Create librephotos-panel.yaml
  • Loading branch information
DhiyaneshGeek authored Nov 9, 2023
2 parents 68744d2 + 704cdd0 commit 5407573
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions http/exposed-panels/librephotos-panel.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5407573

Please sign in to comment.