Skip to content

Cisco Edge 340 Panel - Detect

ID: cisco-edge-340

Severity: info

Author: dhiyaneshDk

Tags: panel,cisco

Cisco Edge 340 panel was detected.

id: cisco-edge-340
info:
name: Cisco Edge 340 Panel - Detect
author: dhiyaneshDk
severity: info
description: Cisco Edge 340 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
cpe: cpe:2.3:o:cisco:edge_340_firmware:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: cisco
product: edge_340_firmware
shodan-query:
- http.title:"Cisco Edge 340"
- http.title:"cisco edge 340"
fofa-query: title="cisco edge 340"
google-query: intitle:"cisco edge 340"
tags: panel,cisco
http:
- method: GET
path:
- "{{BaseURL}}/auth/?next=%2F"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Cisco Edge 340</title>"
- type: status
status:
- 200
# digest: 490a00463044022015fc11a25b26645bbf1eff15cf709519159cb57ffe509ae6c71369d4e5f3053702203247d63df4c58763e37dbea49c3cc3a13aa814f4ed978829d2d858597a08d440: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-edge-340.yaml"

View on Github