20 lines
457 B
YAML
20 lines
457 B
YAML
id: checkmarx-panel-detect
|
|
|
|
info:
|
|
name: Checkmarx WebClient detector
|
|
author: joanbono
|
|
severity: info
|
|
tags: panel
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/cxwebclient/Login.aspx"
|
|
headers:
|
|
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko)
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '/CxWebClient/webApp/Scripts/libs/authenticationScripts'
|
|
part: body
|