mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-14 02:27:31 -07:00
9.3 release
This commit is contained in:
parent
9cf065f06e
commit
58b8ede906
2 changed files with 3 additions and 3 deletions
4
CHANGES
4
CHANGES
|
@ -1,7 +1,7 @@
|
||||||
Changelog for hydra
|
Changelog for hydra
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
Release 9.3-dev
|
Release 9.3
|
||||||
* support Xcode compilation
|
* support Xcode compilation
|
||||||
* new module: cobaltstrike by ultimaiiii, thank you!
|
* new module: cobaltstrike by ultimaiiii, thank you!
|
||||||
* fix for ssh to support -M or ip/range
|
* fix for ssh to support -M or ip/range
|
||||||
|
@ -12,7 +12,7 @@ Release 9.3-dev
|
||||||
after the password is found
|
after the password is found
|
||||||
* fix to support IPv6 addresses in -M
|
* fix to support IPv6 addresses in -M
|
||||||
* fix to test all entries in -C files, not exiting after the first found
|
* fix to test all entries in -C files, not exiting after the first found
|
||||||
* attempt to make disappearing targets faster to terminate on
|
* make disappearing targets faster to terminate on
|
||||||
* added "make uninstall"
|
* added "make uninstall"
|
||||||
|
|
||||||
|
|
||||||
|
|
2
hydra.c
2
hydra.c
|
@ -228,7 +228,7 @@ char *SERVICES = "adam6500 asterisk afp cisco cisco-enable cobaltstrike cvs fire
|
||||||
#define RESTOREFILE "./hydra.restore"
|
#define RESTOREFILE "./hydra.restore"
|
||||||
|
|
||||||
#define PROGRAM "Hydra"
|
#define PROGRAM "Hydra"
|
||||||
#define VERSION "v9.3-dev"
|
#define VERSION "v9.3"
|
||||||
#define AUTHOR "van Hauser/THC"
|
#define AUTHOR "van Hauser/THC"
|
||||||
#define EMAIL "<vh@thc.org>"
|
#define EMAIL "<vh@thc.org>"
|
||||||
#define AUTHOR2 "David Maciejak"
|
#define AUTHOR2 "David Maciejak"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue