Skip to content

ProFTPD Server Detect

ID: proftpd-server-detect

Severity: info

Author: pussycat0x

Tags: network,ftp,proftpd,detect,detection,tcp

The File Transfer Protocol (FTP) is a standard network protocol used to transfer computer files between a client and server on a computer network.

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: 4a0a0047304502206648778769023b73eab0fb2a068221ba06055a4de7960b2cf5084daf71ec8dff022100d4ae30192c8499b8a4fbec337388be58f2d596f2a65fa055b145b3e97495bae1:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "network/detection/proftpd-server-detect.yaml"

View on Github