nuclei-templates/network/detection/xlight-ftp-service-detect.yaml

32 lines
699 B
YAML
Raw Normal View History

2022-10-18 09:33:42 +00:00
id: xlight-ftp-service-detect
info:
name: Xlight FTP Service 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:"Xlight ftpd"'
tags: network,ftp,xlight
network:
- inputs:
- data: "\n"
host:
- "{{Hostname}}"
- "{{Host}}:21"
2022-10-20 08:35:19 +00:00
matchers:
- type: word
part: body
words:
- "Xlight FTP Server"
2022-10-18 09:33:42 +00:00
extractors:
- type: regex
regex:
- "Xlight FTP Server ([0-9.]+)"