v8.9.1 release

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

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