add quivr-panel
parent
0ad235e4fa
commit
c5b918ace6
|
@ -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
|
Loading…
Reference in New Issue