Skip to content

Cisco vManage Login Panel - Detect

ID: cisco-vmanage-login

Severity: info

Author: DhiyaneshDk

Tags: panel,cisco

Cisco vManage login panel was detected.

id: cisco-vmanage-login
info:
name: Cisco vManage Login Panel - Detect
author: DhiyaneshDk
severity: info
description: Cisco vManage login panel was detected.
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:
verified: true
max-request: 1
shodan-query: title:"Cisco vManage"
tags: panel,cisco
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Cisco vManage</title>"
- type: status
status:
- 200
# digest: 4a0a0047304502203df83c8ca725562701b38435ca81c644eb5190026d808026795f7402a88d1ed6022100d7efc1d52db689f6633e63f6d7e691a417d02c70d038634613a964e17433304d: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/cisco/cisco-vmanage-login.yaml"

View on Github