Microsoft FTP Service Detect
ID: microsoft-ftp-service
Severity: info
Author: pussycat0x
Tags: network,ftp,microsoft,detect,detection,tcp
Description
Section titled “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.
YAML Source
Section titled “YAML Source”id: microsoft-ftp-service
info: name: Microsoft FTP Service Detect 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 max-request: 1 shodan-query: Microsoft FTP Service tags: network,ftp,microsoft,detect,detection,tcptcp:
- inputs: - data: "\n" host: - "{{Hostname}}" port: 21
matchers: - type: word words: - "Microsoft FTP Service"# digest: 4a0a00473045022100b2e34f0ce0e65fdb9dbf8760c8646c1b6d79e10ce31350e6c77f57a216a801c1022049451e39e01ee5d7afcf6d098b39b1713f7e5cb5c3c9995d828e581ef3277992: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/microsoft-ftp-service.yaml"