Merge pull request #3159 from dwisiswant0/add/fatpipe-panel
Add FatPipe WARP®, MPVPN & IPVPN® Panelpatch-1
commit
304c39d4b9
|
@ -0,0 +1,30 @@
|
|||
id: fatpipe-ipvpn-panel
|
||||
|
||||
info:
|
||||
name: FatPipe IPVPN® Panel Detect
|
||||
author: dwisiswant0
|
||||
severity: info
|
||||
reference: https://www.fatpipeinc.com/products/index.php
|
||||
tags: panel,ipvpn,fatpipe
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/fpui/jsp/login.jsp"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- 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>'
|
|
@ -1,7 +1,7 @@
|
|||
id: fatpipe-mpvpn-detect
|
||||
id: fatpipe-mpvpn-panel
|
||||
|
||||
info:
|
||||
name: FatPipe MPVPN Detect
|
||||
name: FatPipe MPVPN Panel Detect
|
||||
author: princechaddha
|
||||
severity: info
|
||||
tags: tech,fatpipe
|
|
@ -1,7 +1,7 @@
|
|||
id: fatpipe-warp-detect
|
||||
id: fatpipe-warp-panel
|
||||
|
||||
info:
|
||||
name: FatPipe WARP Detect
|
||||
name: FatPipe WARP Panel Detect
|
||||
author: princechaddha
|
||||
severity: info
|
||||
tags: tech,fatpipe
|
Loading…
Reference in New Issue