File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
Changelog for hydra
2
2
-------------------
3
3
4
- Release 8.9-dev
5
- * your patch? :)
6
- * http: http module now supports a= option to select http authentication type
4
+ Release 9.0
7
5
* rdp: Revamped rdp module to use FreeRDP library (thanks to loianhtuan@github for the patch!)
8
- * JSON output does now truncate the file if exists. Beware when using -R
6
+ * Added memcached module
7
+ * Added mongodb module
8
+ * http: http module now supports a= option to select http authentication type
9
+ * JSON output does now truncate the file if exists.
9
10
* Fixed svn module memory leaks
10
11
* Fixed rtsp module potential buffer overflow
11
12
* Fixed http module DIGEST-MD5 mode
12
- * Added memcached module
13
- * Added mongodb module
14
13
15
14
16
15
Release 8.9.1
Original file line number Diff line number Diff line change @@ -81,7 +81,8 @@ for a few optional modules (note that some might not be available on your distri
81
81
```
82
82
apt-get install libssl-dev libssh-dev libidn11-dev libpcre3-dev \
83
83
libgtk2.0-dev libmysqlclient-dev libpq-dev libsvn-dev \
84
- firebird-dev libmemcached-dev
84
+ firebird-dev libmemcached-dev libmongoc-dev \
85
+ libfreerdp-client2-2
85
86
```
86
87
87
88
This enables all optional modules and features with the exception of Oracle,
Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ char *SERVICES =
214
214
#define RESTOREFILE "./hydra.restore"
215
215
216
216
#define PROGRAM "Hydra"
217
- #define VERSION "v8.9-dev "
217
+ #define VERSION "v9.0 "
218
218
#define AUTHOR "van Hauser/THC"
219
219
#define EMAIL "<vh@thc.org>"
220
220
#define RESOURCE "https://github.com/vanhauser-thc/thc-hydra"
You can’t perform that action at this time.
0 commit comments