hydra 9.2 release

This commit is contained in:
vanhauser-thc 2021-03-15 18:52:54 +01:00
parent cedbd0ddb2
commit fe930f4dd1
2 changed files with 4 additions and 4 deletions

View file

@ -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)

View file

@ -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"