mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-20 13:23:57 -07:00
new 8.9-dev init
This commit is contained in:
parent
3a9a3c1eba
commit
ce2fd05edf
2 changed files with 5 additions and 1 deletions
4
CHANGES
4
CHANGES
|
@ -1,6 +1,10 @@
|
||||||
Changelog for hydra
|
Changelog for hydra
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
Release 8.9-dev
|
||||||
|
* your patch? :)
|
||||||
|
|
||||||
|
|
||||||
Release 8.9.1
|
Release 8.9.1
|
||||||
* Clarification for rdp error message
|
* Clarification for rdp error message
|
||||||
* CIDR notation (hydra -l test -p test 192.168.0.0/24 ftp) was not detected, fixed
|
* CIDR notation (hydra -l test -p test 192.168.0.0/24 ftp) was not detected, fixed
|
||||||
|
|
2
hydra.c
2
hydra.c
|
@ -204,7 +204,7 @@ char *SERVICES =
|
||||||
#define RESTOREFILE "./hydra.restore"
|
#define RESTOREFILE "./hydra.restore"
|
||||||
|
|
||||||
#define PROGRAM "Hydra"
|
#define PROGRAM "Hydra"
|
||||||
#define VERSION "v8.9.1"
|
#define VERSION "v8.9-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