add quivr-panel

patch-13
Kazgangap 2024-10-28 15:40:26 +03:00
parent 0ad235e4fa
commit c5b918ace6
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
id: quivr-panel
info:
name: Quivr Panel - Detect
author: s4e-io
severity: info
description: |
Quivr panel was discovered.
reference:
- https://github.com/QuivrHQ/quivr
metadata:
verified: true
max-request: 1
fofa-query: icon_hash="848114197"
tags: panel,login,quivr,detect
http:
- method: GET
path:
- "{{BaseURL}}/login"
matchers:
- type: dsl
dsl:
- 'contains_any(body, "<title>Quivr - Get a Second Brain with Generative AI</title>", "data-sentry-component=\"QuivrLogo\"")'
- 'status_code == 200'
condition: and