Wing FTP Service - Detect
ID: wing-ftp-detect
Severity: info
Author: ritikchaddha
Tags: network,ftp,wing,detect,detection,tcp
Description
Section titled “Description”The File Transfer Protocol (FTP) is a standard network protocol that transfers computer files between a client and server on a computer network.
YAML Source
Section titled “YAML Source”id: wing-ftp-detect
info: name: Wing FTP Service - Detect author: ritikchaddha severity: info description: | The File Transfer Protocol (FTP) is a standard network protocol that transfers computer files between a client and server on a computer network. metadata: max-request: 1 verified: true shodan-query: "Wing FTP Server" tags: network,ftp,wing,detect,detection,tcp
tcp: - inputs: - data: "\n" host: - "{{Hostname}}" port: 21
matchers: - type: word part: body words: - "Wing FTP Server"# digest: 4a0a0047304502203defb3771d5674ec0781df11ff311cb4022600d00256447f1aa16a56147ed10c022100cbac61b0d5e9df3fc99efd759edf42258e48371d45d9379ae97fa1e1abc979b2:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "network/detection/wing-ftp-detect.yaml"