add tlsmate to Transport Layer Security Tools

tlsmate is a framework to create arbitrary TLS test cases. Comes with a TLS server scanner plugin.
This commit is contained in:
Patrick D 2022-03-31 12:06:47 +02:00 committed by GitHub
parent b25987ad55
commit 8002176691
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -441,6 +441,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.
### Wireless Network Tools