Create wing-ftp-service-detect.yaml
parent
f79a890411
commit
103942e435
|
@ -0,0 +1,24 @@
|
||||||
|
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.
|
||||||
|
metadata:
|
||||||
|
max-request: 1
|
||||||
|
verified: true
|
||||||
|
shodan-query: "Wing FTP Server"
|
||||||
|
tags: tech,ftp,wing,detect
|
||||||
|
|
||||||
|
http:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}"
|
||||||
|
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: header
|
||||||
|
words:
|
||||||
|
- "Wing FTP Server"
|
Loading…
Reference in New Issue