From 8db7a0eb0faed4925dd56f76dd944c7cbf5d4bb6 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Fri, 19 Nov 2021 10:16:13 +0530 Subject: [PATCH] Update and rename fatpipe-panel.yaml to fatpipe-ipvpn-panel.yaml --- ...pe-panel.yaml => fatpipe-ipvpn-panel.yaml} | 21 ++++++++++++------- 1 file changed, 13 insertions(+), 8 deletions(-) rename exposed-panels/{fatpipe-panel.yaml => fatpipe-ipvpn-panel.yaml} (53%) diff --git a/exposed-panels/fatpipe-panel.yaml b/exposed-panels/fatpipe-ipvpn-panel.yaml similarity index 53% rename from exposed-panels/fatpipe-panel.yaml rename to exposed-panels/fatpipe-ipvpn-panel.yaml index 4179146acc..80aafdc1c8 100644 --- a/exposed-panels/fatpipe-panel.yaml +++ b/exposed-panels/fatpipe-ipvpn-panel.yaml @@ -1,11 +1,11 @@ -id: fatpipe-panel +id: fatpipe-ipvpn-panel info: - name: FatPipe WARP®, MPVPN & IPVPN® Panel + name: FatPipe IPVPN® Panel Detect author: dwisiswant0 severity: info reference: https://www.fatpipeinc.com/products/index.php - tags: panel + tags: panel,ipvpn,fatpipe requests: - method: GET @@ -14,12 +14,17 @@ requests: matchers-condition: and matchers: - - type: regex - regex: - - "

FatPipe\\s([IM]PVPN|WARP)<\\/h2>" - - "fatpipeinc\\.com" - condition: and + - type: word + words: + - "FatPipe IPVPN | Log in" - type: status status: - 200 + + extractors: + - type: regex + part: body + group: 1 + regex: + - '

([0-9.a-z]+)<\/h5>'