Merge pull request #1921 from projectdiscovery/codemeter-webadmin-panel
Added codemeter-webadmin-panelpatch-1
commit
c5964aa945
|
@ -13,7 +13,7 @@ I've validated this template locally?
|
|||
- [ ] NO
|
||||
|
||||
|
||||
#### Additonal Details (leave it blank if not applicalbe)
|
||||
#### Additional Details (leave it blank if not applicable)
|
||||
|
||||
<!-- Include Shodan / Fofa / Google Query / Docker / Screenshots if available -->
|
||||
<!-- Include HTTP/TCP/DNS Matched response data snippet if available -->
|
||||
|
|
|
@ -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