From 480bdd28a71d0d35cc2442ba443808d9a1473111 Mon Sep 17 00:00:00 2001 From: Meitar M Date: Wed, 1 Jun 2016 00:40:26 -0600 Subject: [PATCH] Suggest `tls_prober` tool be added (fingerprint a TLS implementation). (#56) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f459a45..94475fc 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,7 @@ A collection of awesome penetration testing resources * [SSLyze](https://github.com/nabla-c0d3/sslyze) - SSL configuration scanner * [sslstrip](http://www.thoughtcrime.org/software/sslstrip/) - a demonstration of the HTTPS stripping attacks * [sslstrip2](https://github.com/LeonardoNve/sslstrip2) - SSLStrip version to defeat HSTS +* [tls_prober](https://github.com/WestpointLtd/tls_prober) - fingerprint a server's SSL/TLS implementation #### Web exploitation * [WPScan](http://wpscan.org/) - Black box WordPress vulnerability scanner