22 lines
458 B
YAML
22 lines
458 B
YAML
id: globalprotect-panel
|
|
|
|
info:
|
|
name: PaloAlto Networks GlobalProtect Panel
|
|
author: organiccrap
|
|
severity: info
|
|
tags: panel,panos,globalprotect
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/global-protect/login.esp"
|
|
- "{{BaseURL}}/sslmgr"
|
|
|
|
stop-at-first-match: true
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "<title>GlobalProtect Portal</TITLE>"
|
|
- "<msg>Invalid parameters</msg>"
|
|
condition: or
|