mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 20:41:39 -07:00
v9.0 release
This commit is contained in:
parent
8bc67dc332
commit
ab467e0a3b
3 changed files with 8 additions and 8 deletions
11
CHANGES
11
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
|
||||
|
|
3
README
3
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,
|
||||
|
|
2
hydra.c
2
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 "<vh@thc.org>"
|
||||
#define RESOURCE "https://github.com/vanhauser-thc/thc-hydra"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue