mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-06 04:51:40 -07:00
hydra 9.2 release
This commit is contained in:
parent
cedbd0ddb2
commit
fe930f4dd1
2 changed files with 4 additions and 4 deletions
6
CHANGES
6
CHANGES
|
@ -2,15 +2,15 @@ Changelog for hydra
|
|||
-------------------
|
||||
|
||||
|
||||
Release 9.2-dev
|
||||
Release 9.2
|
||||
* fix for http-post-form optional parameters
|
||||
* enable gcc 10 support for xhydra too :)
|
||||
* msys support
|
||||
* fix for rain mode (-r)
|
||||
* removed rain mode (-r) because of inefficiency
|
||||
* IPv6 support for Host: header for http based modules
|
||||
|
||||
|
||||
Release 9.1-dev
|
||||
Release 9.1
|
||||
* rdb: support for libfreerdp3 (thanks to animetauren)
|
||||
* new module: smb2 which also supports smb3 (uses libsmbclient-dev) (thanks to Karim Kanso for the module!)
|
||||
* oracle: added success condition (thanks to kazkansouh), compile on Cygwin (thanks to maaaaz)
|
||||
|
|
2
hydra.c
2
hydra.c
|
@ -226,7 +226,7 @@ char *SERVICES = "adam6500 asterisk afp cisco cisco-enable cvs firebird ftp[s] "
|
|||
#define RESTOREFILE "./hydra.restore"
|
||||
|
||||
#define PROGRAM "Hydra"
|
||||
#define VERSION "v9.2-dev"
|
||||
#define VERSION "v9.2"
|
||||
#define AUTHOR "van Hauser/THC"
|
||||
#define EMAIL "<vh@thc.org>"
|
||||
#define AUTHOR2 "David Maciejak"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue