nuclei-templates/exposed-panels/fatpipe-warp-panel.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&nbsp;| Log in</title>"
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- '<h5>([0-9.a-z]+)<\/h5>'