Skip to content

WS-FTP Ad Hoc Transfer Panel - Detect

ID: adhoc-transfer-panel

Severity: info

Author: johnk3r

Tags: panel,wsftp,ad-hoc,detect,login,progress

WS_FTP Ad Hoc panel was detected.

id: adhoc-transfer-panel
info:
name: WS-FTP Ad Hoc Transfer Panel - Detect
author: johnk3r
severity: info
description: WS_FTP Ad Hoc panel was detected.
metadata:
verified: true
max-request: 1
vendor: progress
product: ws_ftp
shodan-query:
- http.title:"Ad Hoc Transfer"
- ws_ftp port:22
- http.title:"ad hoc transfer"
- http.title:"ws_ftp server web transfer"
fofa-query:
- title="ws_ftp server web transfer"
- title="ad hoc transfer"
google-query:
- intitle:"ws_ftp server web transfer"
- intitle:"ad hoc transfer"
censys-query: services.http.request.uri="*/thinclient/wtm/public/index.html"
tags: panel,wsftp,ad-hoc,detect,login,progress
http:
- method: GET
path:
- "{{BaseURL}}/AHT/"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Ad Hoc Transfer'
- type: status
status:
- 200
# digest: 4a0a004730450220779260908329849f3040d090639603d864b7bce786c499575e2926cdeccb4932022100d425a91eb87352067faf6f3f3f128673ab006afe45102320760d3eeae59ff54b: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/adhoc-transfer-panel.yaml"

View on Github