nuclei-templates/network/detection/proftpd-server-detect.yaml

30 lines
663 B
YAML
Raw Normal View History

2022-10-18 09:41:24 +00:00
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
shodan-query: 'product:"ProFTPD"'
tags: network,ftp,proftpd
network:
- inputs:
- data: "\n"
host:
- "{{Hostname}}"
- "{{Host}}:21"
2022-10-20 08:30:36 +00:00
2022-10-18 09:41:24 +00:00
matchers:
- type: word
words:
2022-10-20 08:30:36 +00:00
- "ProFTPD Server"
2022-10-18 09:41:24 +00:00
extractors:
- type: regex
regex:
- "ProFTPD ([0-9.a-z]+) Server"