-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d863927
commit 3a9a3c1
Showing
3 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 "<[email protected]>" | ||
#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 [email protected]\n"); | ||
exit(-1); | ||
i = 1; | ||
} | ||
if (strcmp(hydra_options.service, "radmin2") == 0) { | ||
#ifdef HAVE_GCRYPT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters