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

32 lines
534 B
YAML
Raw Normal View History

2021-09-30 12:04:00 +00:00
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
2021-09-30 12:05:59 +00:00
group: 1
2021-09-30 12:04:00 +00:00
regex:
- '<h5>([0-9.a-z]+)<\/h5>'