Checkpoint Login Panel - Detect
ID: checkpoint-panel
Severity: info
Author: 0x240x23elu
Tags: panel,checkpoint
Description
Section titled “Description”Checkpoint login panel was detected.
YAML Source
Section titled “YAML Source”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 cwe-id: CWE-200 metadata: max-request: 2 tags: panel,checkpoint
http: - method: GET path: - "{{BaseURL}}/sslvpn/Login/Login" - "{{BaseURL}}/Login/Login"
matchers-condition: and host-redirects: true matchers: - type: status status: - 200
- type: word part: body words: - "Check Point Software Technologies Ltd. All rights reserved." - "/Login/images/CompanyLogo.png" condition: and
- type: word part: header words: - "text/html"# digest: 4b0a00483046022100ecdddcd883067425394f4fbde5e7ae18f079d48ab43a102576a28c9e66188b3f022100b50e82d00b5ebcbffd7891e1b3863252354141038919e49d4ad29909ea8ea6f7:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposed-panels/checkpoint-panel.yaml"