Skip to content

FatPipe WARP - Panel Detect

ID: fatpipe-warp-panel

Severity: info

Author: princechaddha

Tags: tech,fatpipe,panel

the FatPipe WARP administration panel was discovered.

id: fatpipe-warp-panel
info:
name: FatPipe WARP - Panel Detect
author: princechaddha
severity: info
description: the FatPipe WARP administration panel was discovered.
reference:
- https://www.fatpipeinc.com/products/warp/index.php
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
max-request: 1
tags: tech,fatpipe,panel
http:
- 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>'
# digest: 4a0a00473045022100c0cd4da1b7ade5f36ba65762a751d1a14976023565206327e382904f1c46de67022033d5070a91444c8bad800977120c774d914a868a2c8663cf18b09239361cee4d:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/fatpipe-warp-panel.yaml"

View on Github