mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-06 04:51:40 -07:00
v9.1-dev init
This commit is contained in:
parent
ce3ae57645
commit
c4667685f7
2 changed files with 5 additions and 1 deletions
4
CHANGES
4
CHANGES
|
@ -1,6 +1,10 @@
|
||||||
Changelog for hydra
|
Changelog for hydra
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
Release 9.1-dev
|
||||||
|
* your patch? :)
|
||||||
|
|
||||||
|
|
||||||
Release 9.0
|
Release 9.0
|
||||||
* rdp: Revamped rdp module to use FreeRDP library (thanks to loianhtuan@github for the patch!)
|
* rdp: Revamped rdp module to use FreeRDP library (thanks to loianhtuan@github for the patch!)
|
||||||
* Added memcached module
|
* Added memcached module
|
||||||
|
|
2
hydra.c
2
hydra.c
|
@ -214,7 +214,7 @@ char *SERVICES =
|
||||||
#define RESTOREFILE "./hydra.restore"
|
#define RESTOREFILE "./hydra.restore"
|
||||||
|
|
||||||
#define PROGRAM "Hydra"
|
#define PROGRAM "Hydra"
|
||||||
#define VERSION "v9.0"
|
#define VERSION "v9.1-dev"
|
||||||
#define AUTHOR "van Hauser/THC"
|
#define AUTHOR "van Hauser/THC"
|
||||||
#define EMAIL "<vh@thc.org>"
|
#define EMAIL "<vh@thc.org>"
|
||||||
#define RESOURCE "https://github.com/vanhauser-thc/thc-hydra"
|
#define RESOURCE "https://github.com/vanhauser-thc/thc-hydra"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue