Skip to content

Vinchin Backup & Recovery Panel - Detect

ID: vinchin-panel

Severity: info

Author: pussycat0x

Tags: panel,vinchin,login

Vinchin Backup & Recovery login panel was detected.

id: vinchin-panel
info:
name: Vinchin Backup & Recovery Panel - Detect
author: pussycat0x
severity: info
description: Vinchin Backup & Recovery login panel was detected.
classification:
cwe-id: CWE-200
cpe: cpe:2.3:a:vinchin:vinchin_backup_and_recovery:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
shodan-query: html:"VinChin"
product: vinchin_backup_and_recovery
vendor: vinchin
tags: panel,vinchin,login
http:
- method: GET
path:
- '{{BaseURL}}'
host-redirects: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Vinchin Backup & Recovery'
- type: status
status:
- 200
# digest: 490a0046304402204327e5c4ab6f5c9581dd885b22a758e30440cb1ddc326702467d2afa22ac0d31022036afa4ec1fa2edf0a96623fbc9fccb7acdae3ecde349dfca7b082c047101bf07: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/vinchin-panel.yaml"

View on Github