2020-04-05 21:48:27 +00:00
|
|
|
id: globalprotect-panel
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: PaloAlto Networks GlobalProtect Panel
|
|
|
|
author: organiccrap
|
2020-08-03 21:52:00 +00:00
|
|
|
severity: info
|
2021-12-31 14:29:49 +00:00
|
|
|
tags: panel,panos,globalprotect
|
2020-04-05 21:48:27 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/global-protect/login.esp"
|
2020-10-29 11:51:44 +00:00
|
|
|
- "{{BaseURL}}/sslmgr"
|
|
|
|
|
2021-11-11 17:29:29 +00:00
|
|
|
stop-at-first-match: true
|
2020-04-05 21:48:27 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
2020-05-25 08:13:15 +00:00
|
|
|
- "<title>GlobalProtect Portal</TITLE>"
|
2020-10-29 11:51:44 +00:00
|
|
|
- "<msg>Invalid parameters</msg>"
|
2021-12-31 14:29:49 +00:00
|
|
|
condition: or
|