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

23 lines
464 B
YAML

id: cisco-finesse-login
info:
name: Cisco Finesse Login
author: dhiyaneshDK
severity: info
reference: https://www.exploit-db.com/ghdb/6824
tags: cisco
requests:
- 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