v9.6 release

This commit is contained in:
vanhauser-thc 2023-06-12 10:03:28 +02:00
parent 2566faee17
commit 377ac86652
2 changed files with 2 additions and 1 deletions

View file

@ -9,6 +9,7 @@ Release 9.5-dev
* smb2: fix for updated libsmb2 which resulted in correct guessing attempts * smb2: fix for updated libsmb2 which resulted in correct guessing attempts
not being detected not being detected
* smtp: break early if the server does not allow authentication * smtp: break early if the server does not allow authentication
* rdp: detect more return codes that say a user is disabled etc.
Release 9.4 Release 9.4

View file

@ -228,7 +228,7 @@ char *SERVICES = "adam6500 asterisk afp cisco cisco-enable cobaltstrike cvs fire
#define RESTOREFILE "./hydra.restore" #define RESTOREFILE "./hydra.restore"
#define PROGRAM "Hydra" #define PROGRAM "Hydra"
#define VERSION "v9.5-dev" #define VERSION "v9.6"
#define AUTHOR "van Hauser/THC" #define AUTHOR "van Hauser/THC"
#define EMAIL "<vh@thc.org>" #define EMAIL "<vh@thc.org>"
#define AUTHOR2 "David Maciejak" #define AUTHOR2 "David Maciejak"