nuclei-templates/http/exposed-panels/cisco/cisco-finesse-login.yaml

31 lines
698 B
YAML

id: cisco-finesse-login
info:
name: Cisco Finesse Login Panel - Detect
author: dhiyaneshDK
severity: info
description: Cisco Finesse 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
cvss-score: 0.0
cwe-id: CWE-200
reference:
- https://www.exploit-db.com/ghdb/6824
tags: panel,cisco,edb
metadata:
max-request: 1
http:
- method: GET
path:
- '{{BaseURL}}/desktop/container/landing.jsp?locale=en_US'
matchers-condition: and
matchers:
- type: word
words:
- '<title id="page_title">Sign in to Cisco Finesse</title>'
- type: status
status:
- 200