Files
nuclei-templates/network/detection/SSH/serv-u-ssh-detect.yaml
pussycat0x a0fd48aab8 lint - fix
2025-12-13 16:49:43 +05:30

32 lines
718 B
YAML

id: serv-u-ssh-detect
info:
name: Serv-U SSH Server - Detection
author: pussycat0x
severity: info
description: |
Serv-U SSH Server detection. Serv-U is a Windows-based FTP/SFTP server that includes SSH functionality. It can be identified by the SSH banner format SSH-2.0-Serv-U_version.
metadata:
verified: true
max-request: 1
shodan-query: ssh product:"Serv-U SSH Server"
tags: network,ssh,detect
tcp:
- inputs:
- data: "\n"
host:
- "{{Hostname}}"
port: 22
matchers:
- type: word
words:
- "SSH-"
- "Serv-U"
condition: and
extractors:
- type: regex
regex:
- "SSH-([0-9.]+)-Serv-U_([0-9.]+)"