Skip to content

Commit

Permalink
v9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
vanhauser-thc committed May 17, 2019
1 parent 8bc67dc commit ab467e0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
11 changes: 5 additions & 6 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion hydra.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 "<[email protected]>"
#define RESOURCE "https://github.com/vanhauser-thc/thc-hydra"
Expand Down

0 comments on commit ab467e0

Please sign in to comment.