Subject: CVS commit: pkgsrc/security/terrapin-scanner
From: Amitai Schleier
Date: 2023-12-20 17:43:04
Message id: 20231220164304.B3027FA42@cvs.NetBSD.org

Log Message:
Add terrapin-scanner: Scan SSH servers and clients for Terrapin vulnerability

The Terrapin Vulnerability Scanner is a small utility program written in
Go, which can be used to determine the vulnerability of an SSH client or
server against the Terrapin Attack. The vulnerability scanner requires a
single connection with the peer to gather all supported algorithms.
However, it does not perform a fully fledged SSH key exchange, will
never attempt authentication on a server, and does not perform the
attack in practice. Instead, vulnerability is determined by checking the
supported algorithms and support for known countermeasures (strict key
exchange). This may falsely claim vulnerability in case the peer
supports countermeasures unknown to this tool.

Files:
RevisionActionfile
1.1addpkgsrc/security/terrapin-scanner/DESCR
1.1addpkgsrc/security/terrapin-scanner/Makefile
1.1addpkgsrc/security/terrapin-scanner/PLIST
1.1addpkgsrc/security/terrapin-scanner/distinfo