Create wing-ftp-detect.yaml

patch-1
Ritik Chaddha 2024-03-15 18:13:12 +05:30 committed by GitHub
parent f79a890411
commit d9d69c9b70
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"