Skip to content

Commit fe930f4

Browse files
committed
hydra 9.2 release
1 parent cedbd0d commit fe930f4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGES

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ Changelog for hydra
22
-------------------
33

44

5-
Release 9.2-dev
5+
Release 9.2
66
* fix for http-post-form optional parameters
77
* enable gcc 10 support for xhydra too :)
88
* msys support
9-
* fix for rain mode (-r)
9+
* removed rain mode (-r) because of inefficiency
1010
* IPv6 support for Host: header for http based modules
1111

1212

13-
Release 9.1-dev
13+
Release 9.1
1414
* rdb: support for libfreerdp3 (thanks to animetauren)
1515
* new module: smb2 which also supports smb3 (uses libsmbclient-dev) (thanks to Karim Kanso for the module!)
1616
* oracle: added success condition (thanks to kazkansouh), compile on Cygwin (thanks to maaaaz)

hydra.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ char *SERVICES = "adam6500 asterisk afp cisco cisco-enable cvs firebird ftp[s] "
226226
#define RESTOREFILE "./hydra.restore"
227227

228228
#define PROGRAM "Hydra"
229-
#define VERSION "v9.2-dev"
229+
#define VERSION "v9.2"
230230
#define AUTHOR "van Hauser/THC"
231231
#define EMAIL "<vh@thc.org>"
232232
#define AUTHOR2 "David Maciejak"

0 commit comments

Comments
 (0)