Skip to content

Commit ab467e0

Browse files
committed
v9.0 release
1 parent 8bc67dc commit ab467e0

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CHANGES

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
Changelog for hydra
22
-------------------
33

4-
Release 8.9-dev
5-
* your patch? :)
6-
* http: http module now supports a= option to select http authentication type
4+
Release 9.0
75
* rdp: Revamped rdp module to use FreeRDP library (thanks to loianhtuan@github for the patch!)
8-
* JSON output does now truncate the file if exists. Beware when using -R
6+
* Added memcached module
7+
* Added mongodb module
8+
* http: http module now supports a= option to select http authentication type
9+
* JSON output does now truncate the file if exists.
910
* Fixed svn module memory leaks
1011
* Fixed rtsp module potential buffer overflow
1112
* Fixed http module DIGEST-MD5 mode
12-
* Added memcached module
13-
* Added mongodb module
1413

1514

1615
Release 8.9.1

README

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ for a few optional modules (note that some might not be available on your distri
8181
```
8282
apt-get install libssl-dev libssh-dev libidn11-dev libpcre3-dev \
8383
libgtk2.0-dev libmysqlclient-dev libpq-dev libsvn-dev \
84-
firebird-dev libmemcached-dev
84+
firebird-dev libmemcached-dev libmongoc-dev \
85+
libfreerdp-client2-2
8586
```
8687

8788
This enables all optional modules and features with the exception of Oracle,

hydra.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ char *SERVICES =
214214
#define RESTOREFILE "./hydra.restore"
215215

216216
#define PROGRAM "Hydra"
217-
#define VERSION "v8.9-dev"
217+
#define VERSION "v9.0"
218218
#define AUTHOR "van Hauser/THC"
219219
#define EMAIL "<vh@thc.org>"
220220
#define RESOURCE "https://github.com/vanhauser-thc/thc-hydra"

0 commit comments

Comments
 (0)