19 lines
393 B
YAML
19 lines
393 B
YAML
|
id: globalprotect-panel
|
||
|
|
||
|
info:
|
||
|
name: PaloAlto Networks GlobalProtect Panel
|
||
|
author: organiccrap
|
||
|
severity: info
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/global-protect/login.esp"
|
||
|
- "{{BaseURL}}/sslmgr"
|
||
|
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "<title>GlobalProtect Portal</TITLE>"
|
||
|
- "<msg>Invalid parameters</msg>"
|
||
|
condition: or
|