You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web/CHANGES
+13-3Lines changed: 13 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,21 @@
1
1
Changelog for hydra
2
2
-------------------
3
3
4
-
Release 8.4-dev
4
+
Release 8.4
5
+
! 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
5
6
* Proxy support re-implemented:
6
7
- HYDRA_PROXY[_HTTP] environment can be a text file with up to 64 entries
7
8
- HYDRA_PROXY_AUTH was deprecated, set login/password in HTTP_PROXY[_HTTP]
8
-
* New command line option -y which disables -x 1aA interpretation, thanks to crondaemon for the patch
9
+
* New protocol: adam6500 - this one is work in progress, please test and report
10
+
* New protocol: rpcap - thanks to Petar Kaleychev <petar.kaleychev@gmail.com>
11
+
* New command line options:
12
+
-y : disables -x 1aA interpretation, thanks to crondaemon for the patch
13
+
-I : ignore an existing hydra.restore file (dont wait for 10 seconds)
14
+
* hydra-svn: works now with the current libsvn version
15
+
* hydra-ssh: initial check for password auth support now uses login supplied
16
+
* Fixed dpl4hydra to be able to update from the web again
17
+
* Fixed crash when -U was used without any service (thanks to thecarterb for reporting)
18
+
* Updated default password lists
9
19
* The protocols vnc, xmpp, telnet, imap, nntp and pcanywhere got accidentially long sleep commands due a patch in 8.2, fixed
10
20
* Added special error message for clueless users :)
11
21
@@ -19,7 +29,7 @@ Release 8.3
19
29
20
30
Release 8.2
21
31
* Added RTSP module, thanks to jjavi89 for supplying!
22
-
* Added patch for ssh that fixes hyra stopping to connect, thanks to ShantonRU for the patch
32
+
* Added patch for ssh that fixes hydra stopping to connect, thanks to ShantonRU for the patch
23
33
* Added new -O option to hydra to support SSL servers that do not suport TLS
24
34
* Added xhydra gtk patche by Petar Kaleychev to support modules that do not use usernames
25
35
* Added patch to redis for initial service checking by Petar Kaleychev - thanks a lot!
Copy file name to clipboardExpand all lines: web/index.html
+20-9Lines changed: 20 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,8 @@ <h4>
16
16
A very fast network logon cracker which support many different services.
17
17
See feature sets and services coverage <ahref="network_password_cracker_comparison.html">page</a> - incl. a speed comparison against ncrack and medusa<br>
18
18
</h4><h3>
19
-
Current Version: 8.3
20
-
Last update 2016-08-11
19
+
Current Version: 8.4
20
+
Last update 2017-01-27
21
21
</h3>
22
22
</pre>
23
23
</td>
@@ -33,15 +33,26 @@ <h4>
33
33
Read below for Linux compilation notes.
34
34
</b>
35
35
36
-
CHANGELOG for 8.3
36
+
CHANGELOG for 8.4
37
37
===================
38
38
! Development moved to a public github repository: https://github.com/vanhauser-thc/thc-hydra
39
39
40
-
* Support for upcoming OpenSSL 1.1 added. needs testing.
41
-
* Fixed hydra redo bug (issue #113)
42
-
* Updated xhydra for new hydra features and options
43
-
* Some more command line error checking
44
-
* Ensured unneeded sockets are closed
40
+
! 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
41
+
* Proxy support re-implemented:
42
+
- HYDRA_PROXY[_HTTP] environment can be a text file with up to 64 entries
43
+
- HYDRA_PROXY_AUTH was deprecated, set login/password in HTTP_PROXY[_HTTP]
44
+
* New protocol: adam6500 - this one is work in progress, please test and report
45
+
* New protocol: rpcap - thanks to Petar Kaleychev <petar.kaleychev@gmail.com>
46
+
* New command line options:
47
+
-y : disables -x 1aA interpretation, thanks to crondaemon for the patch
48
+
-I : ignore an existing hydra.restore file (dont wait for 10 seconds)
49
+
* hydra-svn: works now with the current libsvn version
50
+
* hydra-ssh: initial check for password auth support now uses login supplied
51
+
* Fixed dpl4hydra to be able to update from the web again
52
+
* Fixed crash when -U was used without any service (thanks to thecarterb for reporting)
53
+
* Updated default password lists
54
+
* The protocols vnc, xmpp, telnet, imap, nntp and pcanywhere got accidentially long sleep commands due a patch in 8.2, fixed
55
+
* Added special error message for clueless users :)
45
56
46
57
You can also take a look at the full <ahref="CHANGES">CHANGES</a> file
47
58
@@ -126,7 +137,7 @@ <h4>
126
137
[0x05] The Art of Downloading: Source and Binaries
127
138
128
139
1. PRODUCTION/RELEASE VERSION:
129
-
The source code of state-of-the-art Hydra: <ahref="http://www.thc.org/releases/hydra-8.3.tar.gz">hydra-8.3.tar.gz</a>
140
+
The source code of state-of-the-art Hydra: <ahref="http://www.thc.org/releases/hydra-8.4.tar.gz">hydra-8.4.tar.gz</a>
130
141
(compiles on all UNIX based platforms - even MacOS X, Cygwin on Windows, ARM-Linux, Android, iPhone, Blackberry 10, etc.)
0 commit comments