nuclei-templates/technologies/fatpipe-mpvpn-detect.yaml

32 lines
534 B
YAML

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>'