From fe930f4dd17d2949995499ce702e3b48946f7cbb Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Mon, 15 Mar 2021 18:52:54 +0100 Subject: [PATCH] hydra 9.2 release --- CHANGES | 6 +++--- hydra.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 8a36029d..e895e034 100644 --- a/CHANGES +++ b/CHANGES @@ -2,15 +2,15 @@ Changelog for hydra ------------------- -Release 9.2-dev +Release 9.2 * fix for http-post-form optional parameters * enable gcc 10 support for xhydra too :) * msys support -* fix for rain mode (-r) +* removed rain mode (-r) because of inefficiency * IPv6 support for Host: header for http based modules -Release 9.1-dev +Release 9.1 * rdb: support for libfreerdp3 (thanks to animetauren) * new module: smb2 which also supports smb3 (uses libsmbclient-dev) (thanks to Karim Kanso for the module!) * oracle: added success condition (thanks to kazkansouh), compile on Cygwin (thanks to maaaaz) diff --git a/hydra.c b/hydra.c index 145d6d20..1a009765 100644 --- a/hydra.c +++ b/hydra.c @@ -226,7 +226,7 @@ char *SERVICES = "adam6500 asterisk afp cisco cisco-enable cvs firebird ftp[s] " #define RESTOREFILE "./hydra.restore" #define PROGRAM "Hydra" -#define VERSION "v9.2-dev" +#define VERSION "v9.2" #define AUTHOR "van Hauser/THC" #define EMAIL "" #define AUTHOR2 "David Maciejak"