From 6c2d8f0ae426fd66e4db2db4277593ef5880072f Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Thu, 30 Sep 2021 17:29:49 +0530 Subject: [PATCH] Revert "Create fatpipe-mpvpn-detect.yaml" This reverts commit 5c8d8561dc81e53b9a9c56a4f0e8225a58bf587d. --- technologies/fatpipe-mpvpn-detect.yaml | 31 -------------------------- 1 file changed, 31 deletions(-) delete mode 100644 technologies/fatpipe-mpvpn-detect.yaml diff --git a/technologies/fatpipe-mpvpn-detect.yaml b/technologies/fatpipe-mpvpn-detect.yaml deleted file mode 100644 index f1d722039e..0000000000 --- a/technologies/fatpipe-mpvpn-detect.yaml +++ /dev/null @@ -1,31 +0,0 @@ -id: fatpipe-mpvpn-detect - -info: - name: FatPipe MPVPN Detect - author: princechaddha - severity: info - tags: tech,fatpipe - -requests: - - method: GET - path: - - "{{BaseURL}}/fpui/jsp/login.jsp" - - matchers-condition: and - matchers: - - - type: word - part: body - words: - - "FatPipe MPVPN | Log in" - - - type: status - status: - - 200 - - extractors: - - type: regex - part: body - group: 1 - regex: - - '
([0-9.a-z]+)<\/h5>'