Create checkmarx-panel.yaml
parent
85725c8160
commit
12f4aa87df
|
@ -0,0 +1,18 @@
|
||||||
|
id: checkmarx-panel-detect
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Checkmarx WebClient detector
|
||||||
|
author: joanbono
|
||||||
|
severity: info
|
||||||
|
|
||||||
|
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
|
Loading…
Reference in New Issue