Skip to content

Commit 58b8ede

Browse files
committed
9.3 release
1 parent 9cf065f commit 58b8ede

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog for hydra
22
-------------------
33

4-
Release 9.3-dev
4+
Release 9.3
55
* support Xcode compilation
66
* new module: cobaltstrike by ultimaiiii, thank you!
77
* fix for ssh to support -M or ip/range
@@ -12,7 +12,7 @@ Release 9.3-dev
1212
after the password is found
1313
* fix to support IPv6 addresses in -M
1414
* fix to test all entries in -C files, not exiting after the first found
15-
* attempt to make disappearing targets faster to terminate on
15+
* make disappearing targets faster to terminate on
1616
* added "make uninstall"
1717

1818

hydra.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ char *SERVICES = "adam6500 asterisk afp cisco cisco-enable cobaltstrike cvs fire
228228
#define RESTOREFILE "./hydra.restore"
229229

230230
#define PROGRAM "Hydra"
231-
#define VERSION "v9.3-dev"
231+
#define VERSION "v9.3"
232232
#define AUTHOR "van Hauser/THC"
233233
#define EMAIL "<vh@thc.org>"
234234
#define AUTHOR2 "David Maciejak"

0 commit comments

Comments
 (0)