32 lines
536 B
YAML
32 lines
536 B
YAML
id: fatpipe-warp-panel
|
|
|
|
info:
|
|
name: FatPipe WARP Panel 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 WARP | Log in</title>"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- '<h5>([0-9.a-z]+)<\/h5>'
|