Add files via upload

patch-1
Dominique RIGHETTO 2023-10-11 16:22:02 +02:00 committed by GitHub
parent efccbc1b89
commit 2e441cd3e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,35 @@
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/
metadata:
max-request: 1
verified: true
shodan-query: http.html:"Check Point Mobile"
tags: 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