Revert "Create fatpipe-mpvpn-detect.yaml"

This reverts commit 5c8d8561dc.
patch-1
Prince Chaddha 2021-09-30 17:29:49 +05:30
parent 5c8d8561dc
commit 6c2d8f0ae4
1 changed files with 0 additions and 31 deletions

View File

@ -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:
- "<title>FatPipe MPVPN&nbsp;| Log in</title>"
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- '<h5>([0-9.a-z]+)<\/h5>'