FatPipe IPVPN® Panel - Detect
ID: fatpipe-ipvpn-panel
Severity: info
Author: dwisiswant0
Tags: panel,ipvpn,fatpipe
Description
Section titled “Description”YAML Source
Section titled “YAML Source”id: fatpipe-ipvpn-panel
info: name: FatPipe IPVPN® Panel - Detect author: dwisiswant0 severity: info reference: - https://www.fatpipeinc.com/products/index.php classification: cvss-metrics: CVSS:3.0/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: panel,ipvpn,fatpipe
http: - method: GET path: - "{{BaseURL}}/fpui/jsp/login.jsp"
matchers-condition: and matchers: - type: word words: - "<title>FatPipe IPVPN | Log in</title>"
- type: status status: - 200
extractors: - type: regex part: body group: 1 regex: - '<h5>([0-9.a-z]+)<\/h5>'# digest: 4a0a00473045022075aeb4e533e9bc10f213bc7bc9a9d8bbda8d7ebf6ad7db37c448499846aa71100221008c7665ab537b42d233457b69dcb03534f04dba5ce59e548e22d99973dfea95ab:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposed-panels/fatpipe-ipvpn-panel.yaml"