mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-21 05:43:52 -07:00
8.7-dev init
This commit is contained in:
parent
93181d8135
commit
21ae638382
2 changed files with 7 additions and 2 deletions
7
CHANGES
7
CHANGES
|
@ -1,7 +1,12 @@
|
||||||
Changelog for hydra
|
Changelog for hydra
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
Release 8.6-dev
|
|
||||||
|
Release 8.7-dev
|
||||||
|
* ...
|
||||||
|
|
||||||
|
|
||||||
|
Release 8.6
|
||||||
* added radmin2 module by catatonic prime - great work!
|
* added radmin2 module by catatonic prime - great work!
|
||||||
* smb module now checks if SMBv1 is supported by the server and if signing is required
|
* 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)
|
* http-form module now supports URLs up to 6000 bytes (thanks to petrock6@github for the patch)
|
||||||
|
|
2
hydra.c
2
hydra.c
|
@ -207,7 +207,7 @@ char *SERVICES =
|
||||||
#define RESTOREFILE "./hydra.restore"
|
#define RESTOREFILE "./hydra.restore"
|
||||||
|
|
||||||
#define PROGRAM "Hydra"
|
#define PROGRAM "Hydra"
|
||||||
#define VERSION "v8.6"
|
#define VERSION "v8.7-dev"
|
||||||
#define AUTHOR "van Hauser/THC"
|
#define AUTHOR "van Hauser/THC"
|
||||||
#define EMAIL "<vh@thc.org>"
|
#define EMAIL "<vh@thc.org>"
|
||||||
#define RESOURCE "http://www.thc.org/thc-hydra"
|
#define RESOURCE "http://www.thc.org/thc-hydra"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue