add tlsmate to Transport Layer Security Tools (#438)

tlsmate is a framework to create arbitrary TLS test cases
This commit is contained in:
Patrick D. 2024-09-23 08:57:09 +02:00 committed by GitHub
parent 4fedeeb18a
commit 1f22947403
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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