nuclei-templates/exposed-panels/cisco-secure-desktop.yaml

28 lines
487 B
YAML
Raw Normal View History

2021-07-06 16:23:24 +00:00
id: cisco-secure-desktop
info:
name: Cisco Secure Desktop
author: pdteam
severity: info
tags: cisco,panel
requests:
- method: GET
path:
- "{{BaseURL}}/CACHE/sdesktop/install/start.htm"
redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- "<title>Installation</title>"
- "WebLaunch"
part: body
condition: and
- type: status
status:
- 200