From 8752abd33c2a4c2bb348cc7785236808a012ea62 Mon Sep 17 00:00:00 2001 From: Dwi Siswanto Date: Thu, 18 Nov 2021 07:56:15 +0700 Subject: [PATCH] =?UTF-8?q?Add=20FatPipe=20WARP=C2=AE,=20MPVPN=20&=20IPVPN?= =?UTF-8?q?=C2=AE=20Panel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exposed-panels/fatpipe-panel.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 exposed-panels/fatpipe-panel.yaml diff --git a/exposed-panels/fatpipe-panel.yaml b/exposed-panels/fatpipe-panel.yaml new file mode 100644 index 0000000000..4179146acc --- /dev/null +++ b/exposed-panels/fatpipe-panel.yaml @@ -0,0 +1,25 @@ +id: fatpipe-panel + +info: + name: FatPipe WARP®, MPVPN & IPVPN® Panel + author: dwisiswant0 + severity: info + reference: https://www.fatpipeinc.com/products/index.php + tags: panel + +requests: + - method: GET + path: + - "{{BaseURL}}/fpui/jsp/login.jsp" + + matchers-condition: and + matchers: + - type: regex + regex: + - "

FatPipe\\s([IM]PVPN|WARP)<\\/h2>" + - "fatpipeinc\\.com" + condition: and + + - type: status + status: + - 200