Merge pull request #9358 from projectdiscovery/wing-ftp-detect

Create wing-ftp-detect.yaml
patch-1
Dhiyaneshwaran 2024-03-16 21:52:40 +05:30 committed by GitHub
commit 7c30e5a793
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
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
tcp:
- inputs:
- data: "\n"
host:
- "{{Hostname}}"
port: 21
matchers:
- type: word
part: body
words:
- "Wing FTP Server"