File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ Changelog for hydra
2
2
-------------------
3
3
4
4
5
- Release 9.2-dev
5
+ Release 9.2
6
6
* fix for http-post-form optional parameters
7
7
* enable gcc 10 support for xhydra too :)
8
8
* msys support
9
- * fix for rain mode (-r)
9
+ * removed rain mode (-r) because of inefficiency
10
10
* IPv6 support for Host: header for http based modules
11
11
12
12
13
- Release 9.1-dev
13
+ Release 9.1
14
14
* rdb: support for libfreerdp3 (thanks to animetauren)
15
15
* new module: smb2 which also supports smb3 (uses libsmbclient-dev) (thanks to Karim Kanso for the module!)
16
16
* oracle: added success condition (thanks to kazkansouh), compile on Cygwin (thanks to maaaaz)
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ char *SERVICES = "adam6500 asterisk afp cisco cisco-enable cvs firebird ftp[s] "
226
226
#define RESTOREFILE "./hydra.restore"
227
227
228
228
#define PROGRAM "Hydra"
229
- #define VERSION "v9.2-dev "
229
+ #define VERSION "v9.2"
230
230
#define AUTHOR "van Hauser/THC"
231
231
#define EMAIL "<vh@thc.org>"
232
232
#define AUTHOR2 "David Maciejak"
You can’t perform that action at this time.
0 commit comments