From ab467e0a3b266cd7426f7c329d7a5f94b86ae9fb Mon Sep 17 00:00:00 2001 From: van Hauser Date: Fri, 17 May 2019 08:50:01 +0200 Subject: [PATCH] v9.0 release --- CHANGES | 11 +++++------ README | 3 ++- hydra.c | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGES b/CHANGES index c9a75e1..48dd919 100644 --- a/CHANGES +++ b/CHANGES @@ -1,16 +1,15 @@ Changelog for hydra ------------------- -Release 8.9-dev -* your patch? :) -* http: http module now supports a= option to select http authentication type +Release 9.0 * rdp: Revamped rdp module to use FreeRDP library (thanks to loianhtuan@github for the patch!) -* JSON output does now truncate the file if exists. Beware when using -R +* Added memcached module +* Added mongodb module +* http: http module now supports a= option to select http authentication type +* JSON output does now truncate the file if exists. * Fixed svn module memory leaks * Fixed rtsp module potential buffer overflow * Fixed http module DIGEST-MD5 mode -* Added memcached module -* Added mongodb module Release 8.9.1 diff --git a/README b/README index 442c827..fcd354e 100644 --- a/README +++ b/README @@ -81,7 +81,8 @@ for a few optional modules (note that some might not be available on your distri ``` apt-get install libssl-dev libssh-dev libidn11-dev libpcre3-dev \ libgtk2.0-dev libmysqlclient-dev libpq-dev libsvn-dev \ - firebird-dev libmemcached-dev + firebird-dev libmemcached-dev libmongoc-dev \ + libfreerdp-client2-2 ``` This enables all optional modules and features with the exception of Oracle, diff --git a/hydra.c b/hydra.c index 41ee8fc..0199729 100644 --- a/hydra.c +++ b/hydra.c @@ -214,7 +214,7 @@ char *SERVICES = #define RESTOREFILE "./hydra.restore" #define PROGRAM "Hydra" -#define VERSION "v8.9-dev" +#define VERSION "v9.0" #define AUTHOR "van Hauser/THC" #define EMAIL "" #define RESOURCE "https://github.com/vanhauser-thc/thc-hydra"