nuclei-templates/network/detection/microsoft-ftp-service.yaml

26 lines
586 B
YAML
Raw Normal View History

id: microsoft-ftp-service
2022-10-01 19:34:47 +00:00
info:
name: Microsoft FTP Service Detect
2022-10-01 19:34:47 +00:00
author: pussycat0x
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:
verified: true
shodan-query: "Microsoft FTP Service"
tags: network,ftp,microsoft
2022-10-01 19:34:47 +00:00
network:
- inputs:
- data: "\n"
host:
- "{{Hostname}}"
- "{{Host}}:21"
matchers:
- type: word
words:
- "Microsoft FTP Service"