-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3b97da1
commit 5ae1531
Showing
4 changed files
with
53 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,21 @@ | ||
Changelog for hydra | ||
------------------- | ||
|
||
Release 8.4-dev | ||
Release 8.4 | ||
! 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 | ||
* Proxy support re-implemented: | ||
- HYDRA_PROXY[_HTTP] environment can be a text file with up to 64 entries | ||
- HYDRA_PROXY_AUTH was deprecated, set login/password in HTTP_PROXY[_HTTP] | ||
* New command line option -y which disables -x 1aA interpretation, thanks to crondaemon for the patch | ||
* New protocol: adam6500 - this one is work in progress, please test and report | ||
* New protocol: rpcap - thanks to Petar Kaleychev <[email protected]> | ||
* New command line options: | ||
-y : disables -x 1aA interpretation, thanks to crondaemon for the patch | ||
-I : ignore an existing hydra.restore file (dont wait for 10 seconds) | ||
* hydra-svn: works now with the current libsvn version | ||
* hydra-ssh: initial check for password auth support now uses login supplied | ||
* Fixed dpl4hydra to be able to update from the web again | ||
* Fixed crash when -U was used without any service (thanks to thecarterb for reporting) | ||
* Updated default password lists | ||
* The protocols vnc, xmpp, telnet, imap, nntp and pcanywhere got accidentially long sleep commands due a patch in 8.2, fixed | ||
* Added special error message for clueless users :) | ||
|
||
|
@@ -19,7 +29,7 @@ Release 8.3 | |
|
||
Release 8.2 | ||
* 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 hydra stopping to connect, thanks to ShantonRU for the patch | ||
* Added new -O option to hydra to support SSL servers that do not suport TLS | ||
* Added xhydra gtk patche by Petar Kaleychev to support modules that do not use usernames | ||
* Added patch to redis for initial service checking by Petar Kaleychev - thanks a lot! | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
|
||
H Y D R A | ||
|
||
(c) 2001-2016 by van Hauser / THC | ||
(c) 2001-2017 by van Hauser / THC | ||
<[email protected]> http://www.thc.org | ||
many modules were written by David (dot) Maciejak @ gmail (dot) com | ||
BFG code by Jan Dlabal <[email protected]> | ||
|
@@ -54,7 +54,7 @@ If you are interested in the current development state, the public development | |
repository is at Github: | ||
svn co https://github.com/vanhauser-thc/thc-hydra | ||
or | ||
git clone https://github.com/vanhauser-thc/thc-hydra.git | ||
git clone https://github.com/vanhauser-thc/thc-hydra | ||
Use the development version at your own risk. It contains new features and | ||
new bugs. Things might not work! | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,8 +16,8 @@ <h4> | |
A very fast network logon cracker which support many different services. | ||
See feature sets and services coverage <a href="network_password_cracker_comparison.html">page</a> - incl. a speed comparison against ncrack and medusa<br> | ||
</h4><h3> | ||
Current Version: 8.3 | ||
Last update 2016-08-11 | ||
Current Version: 8.4 | ||
Last update 2017-01-27 | ||
</h3> | ||
</pre> | ||
</td> | ||
|
@@ -33,15 +33,26 @@ <h4> | |
Read below for Linux compilation notes. | ||
</b> | ||
|
||
CHANGELOG for 8.3 | ||
CHANGELOG for 8.4 | ||
=================== | ||
! Development moved to a public github repository: https://github.com/vanhauser-thc/thc-hydra | ||
|
||
* Support for upcoming OpenSSL 1.1 added. needs testing. | ||
* Fixed hydra redo bug (issue #113) | ||
* Updated xhydra for new hydra features and options | ||
* Some more command line error checking | ||
* Ensured unneeded sockets are closed | ||
! 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 | ||
* Proxy support re-implemented: | ||
- HYDRA_PROXY[_HTTP] environment can be a text file with up to 64 entries | ||
- HYDRA_PROXY_AUTH was deprecated, set login/password in HTTP_PROXY[_HTTP] | ||
* New protocol: adam6500 - this one is work in progress, please test and report | ||
* New protocol: rpcap - thanks to Petar Kaleychev <petar[email protected]> | ||
* New command line options: | ||
-y : disables -x 1aA interpretation, thanks to crondaemon for the patch | ||
-I : ignore an existing hydra.restore file (dont wait for 10 seconds) | ||
* hydra-svn: works now with the current libsvn version | ||
* hydra-ssh: initial check for password auth support now uses login supplied | ||
* Fixed dpl4hydra to be able to update from the web again | ||
* Fixed crash when -U was used without any service (thanks to thecarterb for reporting) | ||
* Updated default password lists | ||
* The protocols vnc, xmpp, telnet, imap, nntp and pcanywhere got accidentially long sleep commands due a patch in 8.2, fixed | ||
* Added special error message for clueless users :) | ||
|
||
You can also take a look at the full <a href="CHANGES">CHANGES</a> file | ||
|
||
|
@@ -126,7 +137,7 @@ <h4> | |
[0x05] The Art of Downloading: Source and Binaries | ||
|
||
1. PRODUCTION/RELEASE VERSION: | ||
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> | ||
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> | ||
(compiles on all UNIX based platforms - even MacOS X, Cygwin on Windows, ARM-Linux, Android, iPhone, Blackberry 10, etc.) | ||
|
||
2. DEVELOPMENT VERSION: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters