Skip to content

Vigor Login Panel - Detect

ID: vigor-login

Severity: info

Author: dhiyaneshDK

Tags: panel,login,edb

Vigor login panel was detected.

id: vigor-login
info:
name: Vigor Login Panel - Detect
author: dhiyaneshDK
severity: info
description: Vigor login panel was detected.
reference:
- https://www.exploit-db.com/ghdb/6610
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
max-request: 1
tags: panel,login,edb
http:
- method: GET
path:
- '{{BaseURL}}/weblogin.htm'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Vigor Login Page</title>'
- type: status
status:
- 200
# digest: 4b0a00483046022100979c6baf4384c1ca7727f9db424a2f492e50653e4debc31d7ae98eef4ff3b0db022100e487f681e75e16c0befa960faa839e30acec4d261bc50eecde6c9afbcda6ff31: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/vigor-login.yaml"

View on Github