Skip to content

Cisco Secure CN Login Panel - Detect

ID: cisco-secure-cn

Severity: info

Author: dhiyaneshDk

Tags: panel,cisco

Cisco Secure CN login panel was detected.

id: cisco-secure-cn
info:
name: Cisco Secure CN Login Panel - Detect
author: dhiyaneshDk
severity: info
description: Cisco Secure CN 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:
max-request: 1
shodan-query: http.title:"Cisco Secure CN"
tags: panel,cisco
http:
- method: GET
path:
- "{{BaseURL}}/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Cisco Secure CN</title>"
- type: status
status:
- 200
# digest: 490a0046304402204130bc0ce40d0100baa4b9c460ff6e54d79555053b31c327190939b2c81883a6022018742e52552b27f330a6642d8f699ab57330729e8e39bbd2bfa66b6464020c62: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-secure-cn.yaml"

View on Github