Skip to content

Vince Login Panel - Detect

ID: vince-panel

Severity: info

Author: righettod

Tags: panel,vince,login

Vince products was detected.

id: vince-panel
info:
name: Vince Login Panel - Detect
author: righettod
severity: info
description: |
Vince products was detected.
reference:
- https://github.com/vinceanalytics/vince
- https://www.vinceanalytics.com/
metadata:
max-request: 1
verified: true
tags: panel,vince,login
http:
- method: GET
path:
- "{{BaseURL}}/login"
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains_any(to_lower(body), "vince - high performance", "vince · open source web", "Welcome to Vince")'
condition: and
# digest: 4a0a00473045022058aa2c5c822c86d6cc13104b6fd9e05e5117408d49836d74f14a615fdcc0f6c0022100b59e872c875f4bd273b9130ccc035889db717fd1f4bbe46f991fb64fd7025d97:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/vince-panel.yaml"

View on Github