From 58b8ede906f1923e872f4fecd4723078bf0ef38a Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Thu, 3 Feb 2022 10:34:26 +0100 Subject: [PATCH] 9.3 release --- CHANGES | 4 ++-- hydra.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 39940ae..32b0db1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,7 @@ Changelog for hydra ------------------- -Release 9.3-dev +Release 9.3 * support Xcode compilation * new module: cobaltstrike by ultimaiiii, thank you! * fix for ssh to support -M or ip/range @@ -12,7 +12,7 @@ Release 9.3-dev after the password is found * fix to support IPv6 addresses in -M * fix to test all entries in -C files, not exiting after the first found -* attempt to make disappearing targets faster to terminate on +* make disappearing targets faster to terminate on * added "make uninstall" diff --git a/hydra.c b/hydra.c index c31cc60..b0e5cab 100644 --- a/hydra.c +++ b/hydra.c @@ -228,7 +228,7 @@ char *SERVICES = "adam6500 asterisk afp cisco cisco-enable cobaltstrike cvs fire #define RESTOREFILE "./hydra.restore" #define PROGRAM "Hydra" -#define VERSION "v9.3-dev" +#define VERSION "v9.3" #define AUTHOR "van Hauser/THC" #define EMAIL "" #define AUTHOR2 "David Maciejak"