Added codemeter-webadmin-panel
parent
95ba356fdf
commit
525fd7f8df
|
@ -0,0 +1,25 @@
|
|||
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
|
Loading…
Reference in New Issue