Skip to content

Commit

Permalink
v8.9.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
vanhauser-thc committed Feb 26, 2019
1 parent d863927 commit 3a9a3c1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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


Expand Down
3 changes: 1 addition & 2 deletions hydra.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions web/CHANGES
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3a9a3c1

Please sign in to comment.