From 0e09bc183d4f6169fbd3fc1c36e3fb5bc2e174b1 Mon Sep 17 00:00:00 2001 From: Geeknik Labs <466878+geeknik@users.noreply.github.com> Date: Sat, 10 Jul 2021 03:08:30 +0000 Subject: [PATCH] Create checkpoint-panel.yaml Fixes #1915. --- exposed-panels/checkpoint-panel.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 exposed-panels/checkpoint-panel.yaml diff --git a/exposed-panels/checkpoint-panel.yaml b/exposed-panels/checkpoint-panel.yaml new file mode 100644 index 0000000000..5bcb583712 --- /dev/null +++ b/exposed-panels/checkpoint-panel.yaml @@ -0,0 +1,28 @@ +id: checkpoint-panel + +info: + name: Checkpoint-panel + author: 0x240x23elu + severity: info + tags: panel,checkpoint + +requests: + - method: GET + path: + - "{{BaseURL}}/sslvpn/Login/Login" + + matchers-condition: and + redirects: true + matchers: + - type: status + status: + - 200 + - type: word + part: body + words: + - "Check Point Software" + - "sslvpn/Login" + - type: word + part: header + words: + - "text/html"