Skip to content

Cisco Systems Login Panel - Detect

ID: cisco-systems-login

Severity: info

Author: dhiyaneshDk,idealphase

Tags: panel,cisco

Cisco Systems login panel was detected.

id: cisco-systems-login
info:
name: Cisco Systems Login Panel - Detect
author: dhiyaneshDk,idealphase
severity: info
description: Cisco Systems 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 Systems Login"
google-query: intitle:"Cisco Systems Login"
tags: panel,cisco
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Cisco Systems Login"
- type: status
status:
- 200
extractors:
- type: regex
group: 1
regex:
- '<script src="javascript\/translate\.js\?ver=(.+)"><\/script>'
# digest: 4a0a00473045022100f82634334dd88518422db874353d4b1e1953d1e5a1e5697a38cb837926d71e41022070f3457261f515ad9dd9fe3fe25f4d1cde37a9c335e04d9b38cd311e30f3b22a: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-systems-login.yaml"

View on Github