mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-21 05:43:52 -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
|
Changelog for hydra
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
Release 8.4-dev
|
||||||
|
* your patch?
|
||||||
|
|
||||||
|
|
||||||
Release 8.3
|
Release 8.3
|
||||||
* Support for upcoming OpenSSL 1.1 added. needs testing.
|
* Support for upcoming OpenSSL 1.1 added. needs testing.
|
||||||
* Fixed hydra redo bug (issue #113)
|
* Fixed hydra redo bug (issue #113)
|
||||||
|
@ -8,7 +12,6 @@ Release 8.3
|
||||||
* Some more command line error checking
|
* Some more command line error checking
|
||||||
* Ensured unneeded sockets are closed
|
* Ensured unneeded sockets are closed
|
||||||
|
|
||||||
|
|
||||||
Release 8.2
|
Release 8.2
|
||||||
* Added RTSP module, thanks to jjavi89 for supplying!
|
* Added RTSP module, thanks to jjavi89 for supplying!
|
||||||
* Added patch for ssh that fixes hyra stopping to connect, thanks to ShantonRU for the patch
|
* 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 RESTOREFILE "./hydra.restore"
|
||||||
|
|
||||||
#define PROGRAM "Hydra"
|
#define PROGRAM "Hydra"
|
||||||
#define VERSION "v8.3"
|
#define VERSION "v8.4-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