From 4fedeeb18a0eef1a927c0137b562426b07db18ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szil=C3=A1rd=20Pfeiffer?= Date: Mon, 23 Sep 2024 08:53:05 +0200 Subject: [PATCH] Add CryptoLyzer and ssh-audit (#429) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0b957be..1433cd4 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ Your contributions and suggestions are heartily♥ welcome. (✿◕‿◕). Plea * [Network Traffic Replay and Editing Tools](#network-traffic-replay-and-editing-tools) * [Proxies and Machine-in-the-Middle (MITM) Tools](#proxies-and-machine-in-the-middle-mitm-tools) * [Transport Layer Security Tools](#transport-layer-security-tools) + * [Secure Shell Tools](#secure-shell-tools) * [Wireless Network Tools](#wireless-network-tools) * [Network Vulnerability Scanners](#network-vulnerability-scanners) * [Web Vulnerability Scanners](#web-vulnerability-scanners) @@ -446,11 +447,16 @@ See also *[Intercepting Web proxies](#intercepting-web-proxies)*. ### Transport Layer Security Tools +* [CryptoLyzer](https://gitlab.com/coroner/cryptolyzer) - Fast and flexible server cryptographic (TLS/SSL/SSH/HTTP) settings analyzer library for Python with CLI. * [SSLyze](https://github.com/nabla-c0d3/sslyze) - Fast and comprehensive TLS/SSL configuration analyzer to help identify security mis-configurations. * [crackpkcs12](https://github.com/crackpkcs12/crackpkcs12) - Multithreaded program to crack PKCS#12 files (`.p12` and `.pfx` extensions), such as TLS/SSL certificates. * [testssl.sh](https://github.com/drwetter/testssl.sh) - Command line tool which checks a server's service on any port for the support of TLS/SSL ciphers, protocols as well as some cryptographic flaws. * [tls_prober](https://github.com/WestpointLtd/tls_prober) - Fingerprint a server's SSL/TLS implementation. +### Secure Shell Tools + +* [ssh-audit](https://github.com/jtesta/ssh-audit) - SSH server & client auditing (banner, key exchange, encryption, mac, compression, compatibility, security, etc). + ### Wireless Network Tools * [Aircrack-ng](http://www.aircrack-ng.org/) - Set of tools for auditing wireless networks.