30 lines
853 B
YAML
30 lines
853 B
YAML
id: proftpd-server-detect
|
|
|
|
info:
|
|
name: ProFTPD 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
|
|
max-request: 1
|
|
shodan-query: product:"ProFTPD"
|
|
tags: network,ftp,proftpd,detect,detection,tcp
|
|
tcp:
|
|
- inputs:
|
|
- data: "\n"
|
|
host:
|
|
- "{{Hostname}}"
|
|
port: 21
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "ProFTPD Server"
|
|
|
|
extractors:
|
|
- type: regex
|
|
regex:
|
|
- "ProFTPD ([0-9.a-z]+) Server"
|
|
# digest: 4b0a00483046022100edd865ae079b85125b06b4ae562cbaae20a88179f43c0b3ac6d1eb43d2a5372b022100b7027910b8427aae91218c777be308d0d2e2ffa03835d4bf3018ad8a549abe2b:922c64590222798bb761d5b6d8e72950 |