Create fatpipe-mpvpn-detect.yaml

patch-1
Prince Chaddha 2021-09-30 17:29:22 +05:30 committed by GitHub
parent ad17d283c9
commit 5c8d8561dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -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:
- "<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>'