31 lines
572 B
YAML
31 lines
572 B
YAML
id: codemeter-webadmin-panel
|
|
|
|
info:
|
|
name: CodeMeter - WebAdmin Panel Access
|
|
author: Techryptic (@Tech)
|
|
severity: info
|
|
description: CodeMeter WebAdmin panel was accessed.
|
|
classification:
|
|
cvss-score: 0.0
|
|
cwe-id: CWE-668
|
|
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
|
|
|
|
# Enhanced by mp on 2022/07/15
|