From 1f22947403c630dd7af81242d090a82f84225c52 Mon Sep 17 00:00:00 2001 From: "Patrick D." Date: Mon, 23 Sep 2024 08:57:09 +0200 Subject: [PATCH] add tlsmate to Transport Layer Security Tools (#438) tlsmate is a framework to create arbitrary TLS test cases --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1433cd4..3fd99af 100644 --- a/README.md +++ b/README.md @@ -452,6 +452,7 @@ See also *[Intercepting Web proxies](#intercepting-web-proxies)*. * [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. +* [tlsmate](https://gitlab.com/guballa/tlsmate) - Framework to create arbitrary TLS test cases. Comes with a TLS server scanner plugin. ### Secure Shell Tools