nuclei-templates/network/detection/mikrotik-ftp-server-detect....

31 lines
703 B
YAML
Raw Normal View History

2022-10-18 09:43:08 +00:00
id: mikrotik-ftp-server-detect
info:
name: MikroTik FTP server 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
shodan-query: 'product:"MikroTik router ftpd"'
2022-10-20 08:22:38 +00:00
tags: network,ftp,mikrotik,router
2022-10-18 09:43:08 +00:00
network:
- inputs:
- data: "\n"
host:
- "{{Hostname}}"
- "{{Host}}:21"
2022-10-20 08:22:38 +00:00
matchers:
- type: word
part: body
words:
- "MikroTik FTP"
2022-10-18 09:43:08 +00:00
extractors:
- type: regex
regex:
- "MikroTik ([0-9.]+)"