mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-20 21:33:51 -07:00
8.4-dev
This commit is contained in:
parent
eb010b2672
commit
047c957ed6
2 changed files with 5 additions and 2 deletions
5
CHANGES
5
CHANGES
|
@ -1,6 +1,10 @@
|
|||
Changelog for hydra
|
||||
-------------------
|
||||
|
||||
Release 8.4-dev
|
||||
* your patch?
|
||||
|
||||
|
||||
Release 8.3
|
||||
* Support for upcoming OpenSSL 1.1 added. needs testing.
|
||||
* Fixed hydra redo bug (issue #113)
|
||||
|
@ -8,7 +12,6 @@ Release 8.3
|
|||
* Some more command line error checking
|
||||
* Ensured unneeded sockets are closed
|
||||
|
||||
|
||||
Release 8.2
|
||||
* Added RTSP module, thanks to jjavi89 for supplying!
|
||||
* Added patch for ssh that fixes hyra stopping to connect, thanks to ShantonRU for the patch
|
||||
|
|
2
hydra.c
2
hydra.c
|
@ -167,7 +167,7 @@ char *SERVICES =
|
|||
#define RESTOREFILE "./hydra.restore"
|
||||
|
||||
#define PROGRAM "Hydra"
|
||||
#define VERSION "v8.3"
|
||||
#define VERSION "v8.4-dev"
|
||||
#define AUTHOR "van Hauser/THC"
|
||||
#define EMAIL "<vh@thc.org>"
|
||||
#define RESOURCE "http://www.thc.org/thc-hydra"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue