Skip to content

Palo Alto Networks GlobalProtect Login Panel - Detect

ID: globalprotect-panel

Severity: info

Author: organiccrap

Tags: panel,panos,globalprotect,paloaltonetworks

Palo Alto Networks GlobalProtect login panel was detected.

id: globalprotect-panel
info:
name: Palo Alto Networks GlobalProtect Login Panel - Detect
author: organiccrap
severity: info
description: Palo Alto Networks GlobalProtect login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:paloaltonetworks:globalprotect:*:*:*:*:chrome:*:*:*
metadata:
max-request: 2
vendor: paloaltonetworks
product: globalprotect
tags: panel,panos,globalprotect,paloaltonetworks
http:
- 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
# digest: 4a0a00473045022100d3cdced3d41cb1cc9496770977525a75898cff49e3feb295ec9fc7f6882b824702200ea4676714e1b9b16a9def828f2de60092a0e99e81f48b16a189f944d0e0a0b8:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/globalprotect-panel.yaml"

View on Github