OpenSSH Service - Detect
ID: openssh-detect
Severity: info
Author: r3dg33k,daffainfo,iamthefrogy
Tags: seclists,network,ssh,openssh,detect,detection,tcp
Description
Section titled “Description”OpenSSH service was detected.
YAML Source
Section titled “YAML Source”id: openssh-detect
info: name: OpenSSH Service - Detect author: r3dg33k,daffainfo,iamthefrogy severity: info description: | OpenSSH service was detected. reference: - http://www.openwall.com/lists/oss-security/2016/08/01/2 - http://www.openwall.com/lists/oss-security/2018/08/15/5 - http://seclists.org/fulldisclosure/2016/Jul/51 - https://nvd.nist.gov/vuln/detail/CVE-2016-6210 - https://nvd.nist.gov/vuln/detail/CVE-2018-15473 classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cwe-id: CWE-200 metadata: max-request: 1 tags: seclists,network,ssh,openssh,detect,detection,tcp
tcp: - host: - "{{Hostname}}" port: 22
matchers: - type: regex regex: - '(?i)OpenSSH'
extractors: - type: regex regex: - '(?i)SSH-(.*)-OpenSSH_[^\r]+'# digest: 4b0a00483046022100d59c456b50db6a8a337ffd25c6d6cc445ab1320f5338db76cf60d3875ababc630221009fad73c5c0878ba9f42d9bab7196ea6ea5f6d5c85320e296aa1d2fcd5deaa48a:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "network/detection/openssh-detect.yaml"