Merge pull request #4051 from idealphase/master
Added checkpoint-ssl-network-extender-login.yamlpatch-1
commit
34b8a15704
|
@ -0,0 +1,30 @@
|
|||
id: ssl-network-extender
|
||||
|
||||
info:
|
||||
name: Check Point SSL Network Extender Login
|
||||
author: idealphase
|
||||
severity: info
|
||||
description: SSL Network Extender is a secure connectivity framework for remote access to a corporate network. SSL Network Extender uses a thin VPN client installed on the user's remote computer that connects to an SSL-enabled web server. The web server and the client are in the same VPN.
|
||||
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
|
||||
metadata:
|
||||
shodan-query: http.title:"Check Point SSL Network Extender"
|
||||
google-query: intitle:"SSL Network Extender Login"
|
||||
tags: panel,checkpoint,router
|
||||
|
||||
requests:
|
||||
- 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
|
Loading…
Reference in New Issue