nuclei-templates/exposed-panels/codemeter-webadmin-panel.yaml

26 lines
475 B
YAML

id: codemeter-webadmin-panel
info:
name: CodeMeter WebAdmin Panel
author: Techryptic (@Tech)
severity: high
description: Panel on CodeMeter WebAdmin application.
tags: codemeter,webadmin,panel
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- "Set-Cookie: CmWebAdminSession"
part: header
- type: status
status:
- 301
- 302