CheckPoint SSL Network Extender Login Panel - Detect
ID: ssl-network-extender
Severity: info
Author: idealphase
Tags: panel,checkpoint,router
Description
Section titled “Description”CheckPoint SSL Network Extender login panel was detected.
YAML Source
Section titled “YAML Source”id: ssl-network-extender
info: name: CheckPoint SSL Network Extender Login Panel - Detect author: idealphase severity: info description: CheckPoint SSL Network Extender login panel was detected. reference: - https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk65210 - https://sc1.checkpoint.com/documents/R81/WebAdminGuides/EN/CP_R81_RemoteAccessVPN_AdminGuide/Topics-VPNRG/SSL-Network-Extender.htm?TocPath=SSL%20Network%20Extender%7C_____0 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:checkpoint:ssl_network_extender:*:*:*:*:-:*:*:* metadata: max-request: 1 vendor: checkpoint product: ssl_network_extender shodan-query: - http.title:"Check Point SSL Network Extender" - http.title:"check point ssl network extender" - http.title:"ssl network extender login" google-query: - intitle:"SSL Network Extender Login" - intitle:"ssl network extender login" - intitle:"check point ssl network extender" fofa-query: - title="check point ssl network extender" - title="ssl network extender login" tags: panel,checkpoint,router
http: - method: GET path: - "{{BaseURL}}/login.html"
matchers-condition: and matchers: - type: word part: body words: - "<TITLE>SSL Network Extender Login</TITLE>"
- type: status status: - 200# digest: 4b0a00483046022100fa41ca7189fb5001837dbc46dcf201bc8bf5870eed05b098b18d9b40e52b2224022100f94c9087ad593be9f5a7acfa67bd7441a80557d9b69dea4aa782a4ab33b18f69: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/ssl-network-extender.yaml"