8.7-dev init

This commit is contained in:
van Hauser 2017-07-21 13:37:30 +02:00
commit 21ae638382
2 changed files with 7 additions and 2 deletions

View file

@ -1,7 +1,12 @@
Changelog for hydra
-------------------
Release 8.6-dev
Release 8.7-dev
* ...
Release 8.6
* added radmin2 module by catatonic prime - great work!
* smb module now checks if SMBv1 is supported by the server and if signing is required
* http-form module now supports URLs up to 6000 bytes (thanks to petrock6@github for the patch)

View file

@ -207,7 +207,7 @@ char *SERVICES =
#define RESTOREFILE "./hydra.restore"
#define PROGRAM "Hydra"
#define VERSION "v8.6"
#define VERSION "v8.7-dev"
#define AUTHOR "van Hauser/THC"
#define EMAIL "<vh@thc.org>"
#define RESOURCE "http://www.thc.org/thc-hydra"