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

32 lines
796 B
YAML

id: adtran-netvanta-romclisecure-ssh-detect
info:
name: Adtran Netvanta RomCliSecure SSH - Detection
author: pussycat0x
severity: info
description: |
Adtran Netvanta RomCliSecure SSH server detection. Adtran Netvanta devices use RomCliSecure for SSH functionality. It can be identified by the SSH banner format SSH-2.0-RomCliSecure_version.
metadata:
verified: true
max-request: 1
shodan-query: product:"Adtran Netvanta RomCliSecure sshd"
tags: network,ssh,detect
tcp:
- inputs:
- data: "\n"
host:
- "{{Hostname}}"
port: 22
matchers:
- type: word
words:
- "SSH-"
- "RomCliSecure"
condition: and
extractors:
- type: regex
regex:
- "SSH-([0-9.]+)-RomCliSecure_([0-9.]+)"