diff --git a/http/exposed-panels/quivr-panel.yaml b/http/exposed-panels/quivr-panel.yaml new file mode 100644 index 0000000000..4e681786fd --- /dev/null +++ b/http/exposed-panels/quivr-panel.yaml @@ -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, "Quivr - Get a Second Brain with Generative AI", "data-sentry-component=\"QuivrLogo\"")' + - 'status_code == 200' + condition: and