Skip to content

Web Transfer Client Login Panel - Detect

ID: webtransfer-client-panel

Severity: info

Author: righettod

Tags: panel,webtransferclient,login,detect

Progress Web Transfer Client login panel was detected.

id: webtransfer-client-panel
info:
name: Web Transfer Client Login Panel - Detect
author: righettod
severity: info
description: Progress Web Transfer Client login panel was detected.
reference:
- https://www.progress.com/ftp-server/web-transfer
classification:
cpe: cpe:2.3:a:progress:moveit_transfer:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: progress
product: moveit_transfer
shodan-query: http.title:"Web Transfer Client"
tags: panel,webtransferclient,login,detect
http:
- method: GET
path:
- "{{BaseURL}}/ThinClient/WTM/public/index.html"
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(body, "<title>Web Transfer Client")'
condition: and
# digest: 4a0a00473045022100dd38db597044672446ba60318b8768a32371fe00567d1841435623d49a013e8b02200914e905858dd5921aa21022bb4b3a91123116b0817efad6d64457523382f1ea: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/webtransfer-client-panel.yaml"

View on Github