Merge pull request #1921 from projectdiscovery/codemeter-webadmin-panel

Added codemeter-webadmin-panel
patch-1
Sandeep Singh 2021-07-10 22:10:11 +05:30 committed by GitHub
commit c5964aa945
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 1 deletions

View File

@ -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 -->

View File

@ -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