nuclei-templates/http/exposed-panels/vigor-login.yaml

31 lines
621 B
YAML
Raw Normal View History

2021-02-27 12:37:00 +00:00
id: vigor-login
info:
name: Vigor Login Panel - Detect
2021-02-27 12:37:00 +00:00
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
cvss-score: 0.0
cwe-id: CWE-200
tags: panel,login,edb
2021-02-27 12:37:00 +00:00
http:
2021-02-27 12:37:00 +00:00
- method: GET
path:
- '{{BaseURL}}/weblogin.htm'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Vigor Login Page</title>'
- type: status
status:
- 200
# Enhanced by md on 2023/01/24