This commit is contained in:
van Hauser 2017-01-27 17:11:59 +01:00
commit 3b97da1021
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
Changelog for hydra Changelog for hydra
------------------- -------------------
Release 8.4-dev Release 8.4
! Reports came in that the rdp module is not working reliable sometimes, most likely against new Windows versions. please test, report and if possible send a fix ! Reports came in that the rdp module is not working reliable sometimes, most likely against new Windows versions. please test, report and if possible send a fix
* Proxy support re-implemented: * Proxy support re-implemented:
- HYDRA_PROXY[_HTTP] environment can be a text file with up to 64 entries - HYDRA_PROXY[_HTTP] environment can be a text file with up to 64 entries

View file

@ -171,7 +171,7 @@ char *SERVICES =
#define RESTOREFILE "./hydra.restore" #define RESTOREFILE "./hydra.restore"
#define PROGRAM "Hydra" #define PROGRAM "Hydra"
#define VERSION "v8.4-dev" #define VERSION "v8.4"
#define AUTHOR "van Hauser/THC" #define AUTHOR "van Hauser/THC"
#define EMAIL "<vh@thc.org>" #define EMAIL "<vh@thc.org>"
#define RESOURCE "http://www.thc.org/thc-hydra" #define RESOURCE "http://www.thc.org/thc-hydra"