Skip to content

Commit 5ae1531

Browse files
committed
8.4 docu update
1 parent 3b97da1 commit 5ae1531

File tree

4 files changed

+53
-16
lines changed

4 files changed

+53
-16
lines changed

web/CHANGES

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

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
56
* Proxy support re-implemented:
67
- HYDRA_PROXY[_HTTP] environment can be a text file with up to 64 entries
78
- 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
919
* The protocols vnc, xmpp, telnet, imap, nntp and pcanywhere got accidentially long sleep commands due a patch in 8.2, fixed
1020
* Added special error message for clueless users :)
1121

@@ -19,7 +29,7 @@ Release 8.3
1929

2030
Release 8.2
2131
* 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
2333
* Added new -O option to hydra to support SSL servers that do not suport TLS
2434
* Added xhydra gtk patche by Petar Kaleychev to support modules that do not use usernames
2535
* Added patch to redis for initial service checking by Petar Kaleychev - thanks a lot!

web/README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
H Y D R A
33

4-
(c) 2001-2016 by van Hauser / THC
4+
(c) 2001-2017 by van Hauser / THC
55
<vh@thc.org> http://www.thc.org
66
many modules were written by David (dot) Maciejak @ gmail (dot) com
77
BFG code by Jan Dlabal <dlabaljan@gmail.com>
@@ -54,7 +54,7 @@ If you are interested in the current development state, the public development
5454
repository is at Github:
5555
svn co https://github.com/vanhauser-thc/thc-hydra
5656
or
57-
git clone https://github.com/vanhauser-thc/thc-hydra.git
57+
git clone https://github.com/vanhauser-thc/thc-hydra
5858
Use the development version at your own risk. It contains new features and
5959
new bugs. Things might not work!
6060

web/index.html

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ <h4>
1616
A very fast network logon cracker which support many different services.
1717
See feature sets and services coverage <a href="network_password_cracker_comparison.html">page</a> - incl. a speed comparison against ncrack and medusa<br>
1818
</h4><h3>
19-
Current Version: 8.3
20-
Last update 2016-08-11
19+
Current Version: 8.4
20+
Last update 2017-01-27
2121
</h3>
2222
</pre>
2323
</td>
@@ -33,15 +33,26 @@ <h4>
3333
Read below for Linux compilation notes.
3434
</b>
3535

36-
CHANGELOG for 8.3
36+
CHANGELOG for 8.4
3737
===================
3838
! Development moved to a public github repository: https://github.com/vanhauser-thc/thc-hydra
3939

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 :)
4556

4657
You can also take a look at the full <a href="CHANGES">CHANGES</a> file
4758

@@ -126,7 +137,7 @@ <h4>
126137
[0x05] The Art of Downloading: Source and Binaries
127138

128139
1. PRODUCTION/RELEASE VERSION:
129-
The source code of state-of-the-art Hydra: <a href="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: <a href="http://www.thc.org/releases/hydra-8.4.tar.gz">hydra-8.4.tar.gz</a>
130141
(compiles on all UNIX based platforms - even MacOS X, Cygwin on Windows, ARM-Linux, Android, iPhone, Blackberry 10, etc.)
131142

132143
2. DEVELOPMENT VERSION:

web/network_password_cracker_comparison.html

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ <h1 class="firstHeading">Comparison of Features and Services Coverage</h1>
6262
</td></tr>
6363
<tr>
6464
<td style="background-color: rgb(236, 236, 236); border: 1px solid rgb(204, 204, 204); padding: 2px 4px; font-weight: bold;"> Version
65-
</td><td style="border: 1px solid rgb(204, 204, 204); padding: 2px 4px; text-align: center;"> 8.3
65+
</td><td style="border: 1px solid rgb(204, 204, 204); padding: 2px 4px; text-align: center;"> 8.4
6666
</td><td style="border: 1px solid rgb(204, 204, 204); padding: 2px 4px; text-align: center;"> 2.1
6767
</td><td style="border: 1px solid rgb(204, 204, 204); padding: 2px 4px; text-align: center;"> 0.4 alpha
6868
</td></tr>
6969
<tr>
7070
<td style="background-color: rgb(236, 236, 236); border: 1px solid rgb(204, 204, 204); padding: 2px 4px; font-weight: bold;"> Last Update
71-
</td><td style="border: 1px solid rgb(204, 204, 204); padding: 2px 4px; text-align: center;"> August 2016
71+
</td><td style="border: 1px solid rgb(204, 204, 204); padding: 2px 4px; text-align: center;"> January 2017
7272
</td><td style="border: 1px solid rgb(204, 204, 204); padding: 2px 4px; text-align: center;"> April 2012
7373
</td><td style="border: 1px solid rgb(204, 204, 204); padding: 2px 4px; text-align: center;"> April 2011
7474
</td></tr>
@@ -160,6 +160,14 @@ <h1 class="firstHeading">Comparison of Features and Services Coverage</h1>
160160
</td><td style="padding: 2px 4px; background-color: rgb(236, 236, 236); border: 1px solid rgb(204, 204, 204); text-align: center; font-weight: bold;"> Ncrack
161161
</td></tr>
162162

163+
<tr style="border-top: 2px solid rgb(204, 204, 204);">
164+
<td style="background-color: rgb(236, 236, 236); border: 1px solid rgb(204, 204, 204); padding: 2px 4px; font-weight: bold;"> ADAM-6500
165+
</td><td style="border: 1px solid rgb(204, 204, 204); padding: 2px 4px; text-align: center;">
166+
</td><td style="border: 1px solid rgb(204, 204, 204); padding: 2px 4px; text-align: center;"><img alt="Yes" src="Tick.png" border="0" height="17" width="20">
167+
</td><td style="border: 1px solid rgb(204, 204, 204); padding: 2px 4px; text-align: center;"><img alt="No" src="Cross.png" border="0" height="17" width="20">
168+
</td><td style="border: 1px solid rgb(204, 204, 204); padding: 2px 4px; text-align: center;"><img alt="No" src="Cross.png" border="0" height="18" width="22">
169+
</td></tr>
170+
163171
<tr style="border-top: 2px solid rgb(204, 204, 204);">
164172
<td style="background-color: rgb(236, 236, 236); border: 1px solid rgb(204, 204, 204); padding: 2px 4px; font-weight: bold;"><a title="Apple Filing Protocol">AFP</a>
165173
</td><td style="border: 1px solid rgb(204, 204, 204); padding: 2px 4px; text-align: center;">
@@ -564,6 +572,14 @@ <h1 class="firstHeading">Comparison of Features and Services Coverage</h1>
564572
</td><td style="border: 1px solid rgb(204, 204, 204); padding: 2px 4px; text-align: center;"><img alt="No" src="Cross.png" border="0" height="18" width="22">
565573
</td></tr>
566574

575+
<tr style="border-top: 2px solid rgb(204, 204, 204);">
576+
<td style="background-color: rgb(236, 236, 236); border: 1px solid rgb(204, 204, 204); padding: 2px 4px; font-weight: bold;"> RPCAP
577+
</td><td style="border: 1px solid rgb(204, 204, 204); padding: 2px 4px; text-align: center;">
578+
</td><td style="border: 1px solid rgb(204, 204, 204); padding: 2px 4px; text-align: center;"><img alt="Yes" src="Tick.png" border="0" height="17" width="20">
579+
</td><td style="border: 1px solid rgb(204, 204, 204); padding: 2px 4px; text-align: center;"><img alt="No" src="Cross.png" border="0" height="17" width="20">
580+
</td><td style="border: 1px solid rgb(204, 204, 204); padding: 2px 4px; text-align: center;"><img alt="No" src="Cross.png" border="0" height="18" width="22">
581+
</td></tr>
582+
567583
<tr style="border-top: 2px solid rgb(204, 204, 204);">
568584
<td style="background-color: rgb(236, 236, 236); border: 1px solid rgb(204, 204, 204); padding: 2px 4px; font-weight: bold;"> RSH
569585
</td><td style="border: 1px solid rgb(204, 204, 204); padding: 2px 4px; text-align: center;">

0 commit comments

Comments
 (0)