v9.0 release

This commit is contained in:
van Hauser 2019-05-17 08:50:01 +02:00
commit ab467e0a3b
3 changed files with 8 additions and 8 deletions

11
CHANGES
View file

@ -1,16 +1,15 @@
Changelog for hydra Changelog for hydra
------------------- -------------------
Release 8.9-dev Release 9.0
* your patch? :)
* http: http module now supports a= option to select http authentication type
* rdp: Revamped rdp module to use FreeRDP library (thanks to loianhtuan@github for the patch!) * 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 svn module memory leaks
* Fixed rtsp module potential buffer overflow * Fixed rtsp module potential buffer overflow
* Fixed http module DIGEST-MD5 mode * Fixed http module DIGEST-MD5 mode
* Added memcached module
* Added mongodb module
Release 8.9.1 Release 8.9.1

3
README
View file

@ -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 \ apt-get install libssl-dev libssh-dev libidn11-dev libpcre3-dev \
libgtk2.0-dev libmysqlclient-dev libpq-dev libsvn-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, This enables all optional modules and features with the exception of Oracle,

View file

@ -214,7 +214,7 @@ char *SERVICES =
#define RESTOREFILE "./hydra.restore" #define RESTOREFILE "./hydra.restore"
#define PROGRAM "Hydra" #define PROGRAM "Hydra"
#define VERSION "v8.9-dev" #define VERSION "v9.0"
#define AUTHOR "van Hauser/THC" #define AUTHOR "van Hauser/THC"
#define EMAIL "<vh@thc.org>" #define EMAIL "<vh@thc.org>"
#define RESOURCE "https://github.com/vanhauser-thc/thc-hydra" #define RESOURCE "https://github.com/vanhauser-thc/thc-hydra"