29 lines
895 B
YAML
29 lines
895 B
YAML
id: gnu-inetutils-ftpd-detect
|
|
|
|
info:
|
|
name: GNU Inetutils FTPd 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: product:"GNU Inetutils FTPd"
|
|
tags: network,ftp,smartgateway,gnu,inetutils,detect,detection,tcp
|
|
tcp:
|
|
- inputs:
|
|
- data: "\n"
|
|
host:
|
|
- "{{Hostname}}"
|
|
port: 21
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "SmartGateway FTP server"
|
|
|
|
extractors:
|
|
- type: regex
|
|
regex:
|
|
- "GNU inetutils ([0-9.]+)"
|
|
# digest: 4b0a00483046022100aa8f3eff59ceb68a0a9edff7e54a6e3c9ff9c59cb25c52c96959af38b3c56aef022100d73910cc8f5e5b7eaecb01e21af1dd9fdba04dc3cb594b93fc9c3078126326a1:922c64590222798bb761d5b6d8e72950 |