Skip to content

Commit

Permalink
hydra 9.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
vanhauser-thc committed Mar 15, 2021
1 parent cedbd0d commit fe930f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion hydra.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 "<[email protected]>"
#define AUTHOR2 "David Maciejak"
Expand Down

0 comments on commit fe930f4

Please sign in to comment.