mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-06 04:51:40 -07:00
v9.6 release
This commit is contained in:
parent
2566faee17
commit
377ac86652
2 changed files with 2 additions and 1 deletions
1
CHANGES
1
CHANGES
|
@ -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
|
||||||
|
|
2
hydra.c
2
hydra.c
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue