Check Point Mobile SSL VPN - Detect
ID: checkpoint-mobile-detect
Severity: info
Author: righettod
Tags: panel,checkpoint,detect
Description
Section titled “Description”Check Point Mobile SSL VPN was detected.
YAML Source
Section titled “YAML Source”id: checkpoint-mobile-detect
info: name: Check Point Mobile SSL VPN - Detect author: righettod severity: info description: | Check Point Mobile SSL VPN was detected. reference: - https://www.checkpoint.com/quantum/remote-access-vpn/ classification: cpe: cpe:2.3:a:checkpoint:mobile_access_portal_agent:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: checkpoint product: mobile_access_portal_agent shodan-query: http.html:"Check Point Mobile" tags: panel,checkpoint,detect
http: - method: GET path: - '{{BaseURL}}/sslvpn/Login'
matchers-condition: and matchers: - type: word part: body words: - 'Check Point Mobile' - 'Check Point Software Technologies' condition: and case-insensitive: true
- type: status status: - 403# digest: 4a0a00473045022100b74ee23adc213623fc8c4599bedaed68824fc13b518056951a2c726177a6c50202204f98728ead1e4fbea5becca22abc0f25d2d1bc9642452e2e5a3849f072d6bb65: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/technologies/checkpoint-mobile-detect.yaml"