From 6903b868594aac59fa7833d131532a0c6b963593 Mon Sep 17 00:00:00 2001 From: Philippe Lagadec Date: Tue, 25 Jun 2019 14:35:49 +0200 Subject: [PATCH] added Tools/SSH and ssh-audit --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 78280d3..15c1bce 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ This is work in progress: please contribute by sending your suggestions. You may - [GNU/Linux](#gnulinux-1) - [Network Devices](#network-devices-1) - [TLS/SSL](#tlsssl-1) + - [SSH](#ssh-1) - [Docker](#docker) - [Tools to apply security hardening](#tools-to-apply-security-hardening) - [GNU/Linux](#gnulinux-2) @@ -290,6 +291,10 @@ See also [Active Directory](#active-directory) and [ADFS](#adfs) below. - [Qualys SSL Labs - List of tools to assess TLS/SSL servers and clients](https://github.com/ssllabs/research/wiki/Assessment-Tools) +### SSH + +- [ssh-audit](https://github.com/arthepsy/ssh-audit) - SSH server auditing (banner, key exchange, encryption, mac, compression, compatibility, security, etc) + ### Docker - [Docker Bench for Security](https://github.com/docker/docker-bench-security) - script that checks for dozens of common best-practices around deploying Docker containers in production, inspired by the CIS Docker Community Edition Benchmark v1.1.0.