v8.9.1 release

This commit is contained in:
van Hauser 2019-02-26 08:41:10 -05:00
parent d863927a53
commit 3a9a3c1eba
3 changed files with 7 additions and 4 deletions

View file

@ -1,8 +1,8 @@
Changelog for hydra
-------------------
Release 8.9-dev
* your patch? :)
Release 8.9.1
* Clarification for rdp error message
* CIDR notation (hydra -l test -p test 192.168.0.0/24 ftp) was not detected, fixed

View file

@ -204,7 +204,7 @@ char *SERVICES =
#define RESTOREFILE "./hydra.restore"
#define PROGRAM "Hydra"
#define VERSION "v8.9-dev"
#define VERSION "v8.9.1"
#define AUTHOR "van Hauser/THC"
#define EMAIL "<vh@thc.org>"
#define RESOURCE "https://github.com/vanhauser-thc/thc-hydra"
@ -3028,7 +3028,6 @@ int main(int argc, char *argv[]) {
//printf("[WARNING] the rdp module is currently reported to be unreliable, most likely against new Windows version. Please test, report - and if possible, fix.\n");
printf("[ERROR] the rdp module does not support the current protocol, hence it is disabled. If you want to develop it, please contact vh@thc.org\n");
exit(-1);
i = 1;
}
if (strcmp(hydra_options.service, "radmin2") == 0) {
#ifdef HAVE_GCRYPT

View file

@ -1,6 +1,10 @@
Changelog for hydra
-------------------
Release 8.9.1
* Clarification for rdp error message
* CIDR notation (hydra -l test -p test 192.168.0.0/24 ftp) was not detected, fixed
Release 8.8
* New web page: https://github.com/vanhauser-thc/thc-hydra