mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-19 13:01:00 -07:00
v8.4
This commit is contained in:
parent
dc4c20e34e
commit
3b97da1021
2 changed files with 2 additions and 2 deletions
2
CHANGES
2
CHANGES
|
@ -1,7 +1,7 @@
|
||||||
Changelog for hydra
|
Changelog for hydra
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
Release 8.4-dev
|
Release 8.4
|
||||||
! Reports came in that the rdp module is not working reliable sometimes, most likely against new Windows versions. please test, report and if possible send a fix
|
! Reports came in that the rdp module is not working reliable sometimes, most likely against new Windows versions. please test, report and if possible send a fix
|
||||||
* Proxy support re-implemented:
|
* Proxy support re-implemented:
|
||||||
- HYDRA_PROXY[_HTTP] environment can be a text file with up to 64 entries
|
- HYDRA_PROXY[_HTTP] environment can be a text file with up to 64 entries
|
||||||
|
|
2
hydra.c
2
hydra.c
|
@ -171,7 +171,7 @@ char *SERVICES =
|
||||||
#define RESTOREFILE "./hydra.restore"
|
#define RESTOREFILE "./hydra.restore"
|
||||||
|
|
||||||
#define PROGRAM "Hydra"
|
#define PROGRAM "Hydra"
|
||||||
#define VERSION "v8.4-dev"
|
#define VERSION "v8.4"
|
||||||
#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