Skip to content

WS FTP File Disclosure

ID: ws-ftp-ini

Severity: low

Author: DhiyaneshDK

Tags: exposure,ftp,files

WS FTP file is disclosed.

id: ws-ftp-ini
info:
name: WS FTP File Disclosure
author: DhiyaneshDK
severity: low
description: WS FTP file is disclosed.
classification:
cpe: cpe:2.3:a:ipswitch:ws_ftp:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: ipswitch
product: ws_ftp
google-query: intitle:"Index of" ws_ftp.ini
tags: exposure,ftp,files
http:
- method: GET
path:
- '{{BaseURL}}/ws_ftp.ini'
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'HOST='
- 'UID='
- 'DIR='
condition: and
- type: status
status:
- 200
# digest: 4b0a00483046022100993da449a5e3f6ac6abd1e7d4b48ec33628894644aba41bccbd978a6eadec371022100fc484e6e5bda0a0685c716bb3290c45cf352316f4ff8c25ccdaccf3a6c39cc2b: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/exposures/files/ws-ftp-ini.yaml"

View on Github