Skip to content

Commit 3a9a3c1

Browse files
committed
v8.9.1 release
1 parent d863927 commit 3a9a3c1

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGES

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog for hydra
22
-------------------
33

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

88

hydra.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ char *SERVICES =
204204
#define RESTOREFILE "./hydra.restore"
205205

206206
#define PROGRAM "Hydra"
207-
#define VERSION "v8.9-dev"
207+
#define VERSION "v8.9.1"
208208
#define AUTHOR "van Hauser/THC"
209209
#define EMAIL "<vh@thc.org>"
210210
#define RESOURCE "https://github.com/vanhauser-thc/thc-hydra"
@@ -3028,7 +3028,6 @@ int main(int argc, char *argv[]) {
30283028
//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");
30293029
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");
30303030
exit(-1);
3031-
i = 1;
30323031
}
30333032
if (strcmp(hydra_options.service, "radmin2") == 0) {
30343033
#ifdef HAVE_GCRYPT

web/CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog for hydra
22
-------------------
33

4+
Release 8.9.1
5+
* Clarification for rdp error message
6+
* CIDR notation (hydra -l test -p test 192.168.0.0/24 ftp) was not detected, fixed
7+
48

59
Release 8.8
610
* New web page: https://github.com/vanhauser-thc/thc-hydra

0 commit comments

Comments
 (0)