From b3330b5fba19fa8cdfc05aa04cb8c2b4c651d997 Mon Sep 17 00:00:00 2001 From: rbsec Date: Tue, 27 Apr 2021 16:38:51 +0100 Subject: [PATCH] Update changelog and manpage --- Changelog | 7 +++++++ sslscan.1 | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/Changelog b/Changelog index 093994e..6fbc60a 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,12 @@ Changelog ========= +Version: 2.0.10 +Date : 27/04/2021 +Author : rbsec +Changes: The following are a list of changes + > Add the --connect-timeout option (credit alkalim) + > Fix a typo in output + Version: 2.0.9 Date : 24/03/2021 Author : rbsec diff --git a/sslscan.1 b/sslscan.1 index 14a5a8f..5033c5a 100644 --- a/sslscan.1 +++ b/sslscan.1 @@ -172,6 +172,10 @@ Enables workarounds for SSL bugs .br Set socket timeout. Useful for hosts that fail to respond to ciphers they don't understand. Default is 3s. .TP +.B \-\-connect\-timeout= +.br +Set initial connection timeout. Useful for hosts that are slow to respond to the initial connect(). Default is 75s. +.TP .B \-\-sleep= .br Pause between connections. Useful on STARTTLS SMTP services, or anything else that's performing rate limiting. Default is disabled.