Create librephotos-panel.yaml
parent
001346c38f
commit
704cdd0109
|
@ -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
|
Loading…
Reference in New Issue