Add files via upload
parent
efccbc1b89
commit
2e441cd3e6
|
@ -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
|
||||
|
Loading…
Reference in New Issue