From 5c8d8561dc81e53b9a9c56a4f0e8225a58bf587d Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Thu, 30 Sep 2021 17:29:22 +0530 Subject: [PATCH] Create fatpipe-mpvpn-detect.yaml --- technologies/fatpipe-mpvpn-detect.yaml | 31 ++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 technologies/fatpipe-mpvpn-detect.yaml diff --git a/technologies/fatpipe-mpvpn-detect.yaml b/technologies/fatpipe-mpvpn-detect.yaml new file mode 100644 index 0000000000..f1d722039e --- /dev/null +++ b/technologies/fatpipe-mpvpn-detect.yaml @@ -0,0 +1,31 @@ +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>'