Skip to content

Wing FTP Service - Detect

ID: wing-ftp-service-detect

Severity: info

Author: ritikchaddha

Tags: tech,ftp,wing,detect

The File Transfer Protocol (FTP) is a standard network protocol used to transfer computer files between a client and server on a computer network.

id: wing-ftp-service-detect
info:
name: Wing FTP Service - Detect
author: ritikchaddha
severity: info
description: |
The File Transfer Protocol (FTP) is a standard network protocol used to transfer computer files between a client and server on a computer network.
classification:
cpe: cpe:2.3:a:wftpserver:wing_ftp_server:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: wftpserver
product: wing_ftp_server
shodan-query: "Wing FTP Server"
tags: tech,ftp,wing,detect
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: word
part: header
words:
- "Wing FTP Server"
# digest: 4a0a00473045022100deeee75900e15dc006ab96d612bdeae96752dec6137ed28eb688d845b8d6e7b0022011fac15d299ef0290925dc06c436ff4593d002f1404f5377c3d49fd97908a694: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/technologies/wing-ftp-service-detect.yaml"

View on Github