Skip to content

FileCatalyst File Transfer Solution - Detect

ID: filecatalyst-panel

Severity: info

Author: DhiyaneshDK

Tags: panel,login,filecatalyst,detect

Detects the presence of FileCatalyst file transfer solution login panel

id: filecatalyst-panel
info:
name: FileCatalyst File Transfer Solution - Detect
author: DhiyaneshDK
severity: info
description: |
Detects the presence of FileCatalyst file transfer solution login panel
metadata:
verified: true
max-request: 1
shodan-query: html:"FileCatalyst file transfer solution"
tags: panel,login,filecatalyst,detect
http:
- method: GET
path:
- "{{BaseURL}}/workflow/jsp/logon.jsp"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "FileCatalyst file transfer solution"
- type: status
status:
- 200
# digest: 4b0a00483046022100c4ef0bc5365c3b0815320d745767cd98320b2c5f560e81797b3f3510f13648ac022100d57a215af97cf01e0a2488b9e025e8ffc03d1848985f2ef7348e64721731ada0: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/filecatalyst-panel.yaml"

View on Github