nuclei-templates/http/exposed-panels/checkpoint-panel.yaml

40 lines
838 B
YAML
Raw Normal View History

id: checkpoint-panel
info:
name: Checkpoint Login Panel - Detect
author: 0x240x23elu
severity: info
description: Checkpoint 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
2023-10-14 11:27:55 +00:00
cvss-score: 0
cwe-id: CWE-200
metadata:
max-request: 2
2023-10-14 11:27:55 +00:00
tags: panel,checkpoint
http:
- method: GET
path:
- "{{BaseURL}}/sslvpn/Login/Login"
2021-07-10 03:26:21 +00:00
- "{{BaseURL}}/Login/Login"
2023-10-14 11:27:55 +00:00
matchers-condition: and
host-redirects: true
matchers:
- type: status
status:
- 200
2023-10-14 11:27:55 +00:00
- type: word
part: body
words:
2021-07-10 03:26:21 +00:00
- "Check Point Software Technologies Ltd. All rights reserved."
- "/Login/images/CompanyLogo.png"
condition: and
2023-10-14 11:27:55 +00:00
- type: word
part: header
words:
- "text/html"