Update and rename fatpipe-panel.yaml to fatpipe-ipvpn-panel.yaml
parent
8752abd33c
commit
8db7a0eb0f
|
@ -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:
|
||||
- "<h2 style=\"margin-top:5px;\">FatPipe\\s([IM]PVPN|WARP)<\\/h2>"
|
||||
- "fatpipeinc\\.com"
|
||||
condition: and
|
||||
- type: word
|
||||
words:
|
||||
- "<title>FatPipe IPVPN | Log in</title>"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
part: body
|
||||
group: 1
|
||||
regex:
|
||||
- '<h5>([0-9.a-z]+)<\/h5>'
|
Loading…
Reference in New Issue