32 lines
875 B
YAML
32 lines
875 B
YAML
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:
|
|
max-request: 1
|
|
shodan-query: product:"MikroTik router ftpd"
|
|
verified: true
|
|
tags: network,ftp,mikrotik,router,detect
|
|
|
|
tcp:
|
|
- inputs:
|
|
- data: "\n"
|
|
host:
|
|
- "{{Hostname}}"
|
|
port: 21
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "MikroTik FTP"
|
|
|
|
extractors:
|
|
- type: regex
|
|
regex:
|
|
- "MikroTik ([0-9.]+)"
|
|
# digest: 490a0046304402200315db9caf0f8bf48a97f726ba186214cb09009daae30612ef8816d520de054b02204c0ae91153e94352c944b7b4dbfa23259ba77326b5211e3bd5be87ebb2027b44:922c64590222798bb761d5b6d8e72950 |