nuclei-templates/exposed-panels/globalprotect-panel.yaml

29 lines
701 B
YAML
Raw Normal View History

2020-04-05 21:48:27 +00:00
id: globalprotect-panel
info:
name: Palo Alto Networks GlobalProtect Login Panel - Detect
2020-04-05 21:48:27 +00:00
author: organiccrap
2020-08-03 21:52:00 +00:00
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
cvss-score: 0.0
cwe-id: CWE-200
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
# Enhanced by md on 2022/11/16