Update openssh-detection.yaml

patch-1
Ritik Chaddha 2022-08-16 21:54:53 +05:30 committed by GitHub
parent 263de1090e
commit 092788af08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -11,7 +11,8 @@ info:
- https://nvd.nist.gov/vuln/detail/CVE-2018-15473
- http://seclists.org/fulldisclosure/2016/Jul/51
tags: network,ssh,openssh
description: OpenSSH is the premier connectivity tool for remote login with the SSH protocol. It encrypts all traffic to eliminate eavesdropping, connection hijacking, and other attacks. In addition, OpenSSH provides a large suite of secure tunneling capabilities, several authentication methods, and sophisticated configuration options.
description: |
OpenSSH is the premier connectivity tool for remote login with the SSH protocol. It encrypts all traffic to eliminate eavesdropping, connection hijacking, and other attacks. In addition, OpenSSH provides a large suite of secure tunneling capabilities, several authentication methods, and sophisticated configuration options.
network:
@ -27,4 +28,4 @@ network:
extractors:
- type: regex
regex:
- '(?i)SSH-(.*)-OpenSSH_[^\r]+'
- '(?i)SSH-(.*)-OpenSSH_[^\r]+'