nuclei-templates/network/detection/sshd-dropbear-detect.yaml

31 lines
776 B
YAML
Raw Normal View History

2022-10-26 11:02:38 +00:00
id: sshd-dropbear-detect
info:
name: Dropbear sshd Detection
author: pussycat0x
severity: info
description: |
Dropbear is a software package written by Matt Johnston that provides a Secure Shell-compatible server and client. It is designed as a replacement for standard OpenSSH for environments with low memory and processor resources, such as embedded systems
metadata:
verified: true
shodan-query: 'product:"Dropbear sshd"'
tags: network,ssh,dropbear
network:
- inputs:
- data: "\n"
host:
- "{{Hostname}}"
- "{{Host}}:22"
2022-10-28 04:46:41 +00:00
2022-10-26 11:02:38 +00:00
matchers:
- type: word
words:
- "dropbear"
2022-10-28 04:46:41 +00:00
2022-10-26 11:02:38 +00:00
extractors:
- type: regex
regex:
- "SSH-([0-9.]+)-dropbear_([0-9.]+)"