mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-21 05:43:52 -07:00
8.4 docu update
This commit is contained in:
parent
3b97da1021
commit
5ae15317c6
4 changed files with 53 additions and 16 deletions
16
web/CHANGES
16
web/CHANGES
|
@ -1,11 +1,21 @@
|
||||||
Changelog for hydra
|
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:
|
* Proxy support re-implemented:
|
||||||
- HYDRA_PROXY[_HTTP] environment can be a text file with up to 64 entries
|
- 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]
|
- 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 <petar.kaleychev@gmail.com>
|
||||||
|
* 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
|
* 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 :)
|
* Added special error message for clueless users :)
|
||||||
|
|
||||||
|
@ -19,7 +29,7 @@ Release 8.3
|
||||||
|
|
||||||
Release 8.2
|
Release 8.2
|
||||||
* Added RTSP module, thanks to jjavi89 for supplying!
|
* 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 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 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!
|
* Added patch to redis for initial service checking by Petar Kaleychev - thanks a lot!
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
H Y D R A
|
H Y D R A
|
||||||
|
|
||||||
(c) 2001-2016 by van Hauser / THC
|
(c) 2001-2017 by van Hauser / THC
|
||||||
<vh@thc.org> http://www.thc.org
|
<vh@thc.org> http://www.thc.org
|
||||||
many modules were written by David (dot) Maciejak @ gmail (dot) com
|
many modules were written by David (dot) Maciejak @ gmail (dot) com
|
||||||
BFG code by Jan Dlabal <dlabaljan@gmail.com>
|
BFG code by Jan Dlabal <dlabaljan@gmail.com>
|
||||||
|
@ -54,7 +54,7 @@ If you are interested in the current development state, the public development
|
||||||
repository is at Github:
|
repository is at Github:
|
||||||
svn co https://github.com/vanhauser-thc/thc-hydra
|
svn co https://github.com/vanhauser-thc/thc-hydra
|
||||||
or
|
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
|
Use the development version at your own risk. It contains new features and
|
||||||
new bugs. Things might not work!
|
new bugs. Things might not work!
|
||||||
|
|
||||||
|
|
|
@ -16,8 +16,8 @@
|
||||||
A very fast network logon cracker which support many different services.
|
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>
|
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>
|
</h4><h3>
|
||||||
Current Version: 8.3
|
Current Version: 8.4
|
||||||
Last update 2016-08-11
|
Last update 2017-01-27
|
||||||
</h3>
|
</h3>
|
||||||
</pre>
|
</pre>
|
||||||
</td>
|
</td>
|
||||||
|
@ -33,15 +33,26 @@
|
||||||
Read below for Linux compilation notes.
|
Read below for Linux compilation notes.
|
||||||
</b>
|
</b>
|
||||||
|
|
||||||
CHANGELOG for 8.3
|
CHANGELOG for 8.4
|
||||||
===================
|
===================
|
||||||
! Development moved to a public github repository: https://github.com/vanhauser-thc/thc-hydra
|
! Development moved to a public github repository: https://github.com/vanhauser-thc/thc-hydra
|
||||||
|
|
||||||
* Support for upcoming OpenSSL 1.1 added. needs testing.
|
! 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
|
||||||
* Fixed hydra redo bug (issue #113)
|
* Proxy support re-implemented:
|
||||||
* Updated xhydra for new hydra features and options
|
- HYDRA_PROXY[_HTTP] environment can be a text file with up to 64 entries
|
||||||
* Some more command line error checking
|
- HYDRA_PROXY_AUTH was deprecated, set login/password in HTTP_PROXY[_HTTP]
|
||||||
* Ensured unneeded sockets are closed
|
* New protocol: adam6500 - this one is work in progress, please test and report
|
||||||
|
* New protocol: rpcap - thanks to Petar Kaleychev <petar.kaleychev@gmail.com>
|
||||||
|
* 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
|
You can also take a look at the full <a href="CHANGES">CHANGES</a> file
|
||||||
|
|
||||||
|
@ -126,7 +137,7 @@
|
||||||
[0x05] The Art of Downloading: Source and Binaries
|
[0x05] The Art of Downloading: Source and Binaries
|
||||||
|
|
||||||
1. PRODUCTION/RELEASE VERSION:
|
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.)
|
(compiles on all UNIX based platforms - even MacOS X, Cygwin on Windows, ARM-Linux, Android, iPhone, Blackberry 10, etc.)
|
||||||
|
|
||||||
2. DEVELOPMENT VERSION:
|
2. DEVELOPMENT VERSION:
|
||||||
|
|
|
@ -62,13 +62,13 @@ features are added to the project. If you find any inaccuracies
|
||||||
</td></tr>
|
</td></tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="background-color: rgb(236, 236, 236); border: 1px solid rgb(204, 204, 204); padding: 2px 4px; font-weight: bold;"> Version
|
<td style="background-color: rgb(236, 236, 236); border: 1px solid rgb(204, 204, 204); padding: 2px 4px; font-weight: bold;"> Version
|
||||||
</td><td style="border: 1px solid rgb(204, 204, 204); padding: 2px 4px; text-align: center;"> 8.3
|
</td><td style="border: 1px solid rgb(204, 204, 204); padding: 2px 4px; text-align: center;"> 8.4
|
||||||
</td><td style="border: 1px solid rgb(204, 204, 204); padding: 2px 4px; text-align: center;"> 2.1
|
</td><td style="border: 1px solid rgb(204, 204, 204); padding: 2px 4px; text-align: center;"> 2.1
|
||||||
</td><td style="border: 1px solid rgb(204, 204, 204); padding: 2px 4px; text-align: center;"> 0.4 alpha
|
</td><td style="border: 1px solid rgb(204, 204, 204); padding: 2px 4px; text-align: center;"> 0.4 alpha
|
||||||
</td></tr>
|
</td></tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="background-color: rgb(236, 236, 236); border: 1px solid rgb(204, 204, 204); padding: 2px 4px; font-weight: bold;"> Last Update
|
<td style="background-color: rgb(236, 236, 236); border: 1px solid rgb(204, 204, 204); padding: 2px 4px; font-weight: bold;"> Last Update
|
||||||
</td><td style="border: 1px solid rgb(204, 204, 204); padding: 2px 4px; text-align: center;"> August 2016
|
</td><td style="border: 1px solid rgb(204, 204, 204); padding: 2px 4px; text-align: center;"> January 2017
|
||||||
</td><td style="border: 1px solid rgb(204, 204, 204); padding: 2px 4px; text-align: center;"> April 2012
|
</td><td style="border: 1px solid rgb(204, 204, 204); padding: 2px 4px; text-align: center;"> April 2012
|
||||||
</td><td style="border: 1px solid rgb(204, 204, 204); padding: 2px 4px; text-align: center;"> April 2011
|
</td><td style="border: 1px solid rgb(204, 204, 204); padding: 2px 4px; text-align: center;"> April 2011
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
@ -160,6 +160,14 @@ contact us as the service depends on RFC implementations, some adjustements may
|
||||||
</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
|
</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
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
|
||||||
|
<tr style="border-top: 2px solid rgb(204, 204, 204);">
|
||||||
|
<td style="background-color: rgb(236, 236, 236); border: 1px solid rgb(204, 204, 204); padding: 2px 4px; font-weight: bold;"> ADAM-6500
|
||||||
|
</td><td style="border: 1px solid rgb(204, 204, 204); padding: 2px 4px; text-align: center;">
|
||||||
|
</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">
|
||||||
|
</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">
|
||||||
|
</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">
|
||||||
|
</td></tr>
|
||||||
|
|
||||||
<tr style="border-top: 2px solid rgb(204, 204, 204);">
|
<tr style="border-top: 2px solid rgb(204, 204, 204);">
|
||||||
<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>
|
<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>
|
||||||
</td><td style="border: 1px solid rgb(204, 204, 204); padding: 2px 4px; text-align: center;">
|
</td><td style="border: 1px solid rgb(204, 204, 204); padding: 2px 4px; text-align: center;">
|
||||||
|
@ -564,6 +572,14 @@ contact us as the service depends on RFC implementations, some adjustements may
|
||||||
</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">
|
</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">
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
|
||||||
|
<tr style="border-top: 2px solid rgb(204, 204, 204);">
|
||||||
|
<td style="background-color: rgb(236, 236, 236); border: 1px solid rgb(204, 204, 204); padding: 2px 4px; font-weight: bold;"> RPCAP
|
||||||
|
</td><td style="border: 1px solid rgb(204, 204, 204); padding: 2px 4px; text-align: center;">
|
||||||
|
</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">
|
||||||
|
</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">
|
||||||
|
</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">
|
||||||
|
</td></tr>
|
||||||
|
|
||||||
<tr style="border-top: 2px solid rgb(204, 204, 204);">
|
<tr style="border-top: 2px solid rgb(204, 204, 204);">
|
||||||
<td style="background-color: rgb(236, 236, 236); border: 1px solid rgb(204, 204, 204); padding: 2px 4px; font-weight: bold;"> RSH
|
<td style="background-color: rgb(236, 236, 236); border: 1px solid rgb(204, 204, 204); padding: 2px 4px; font-weight: bold;"> RSH
|
||||||
</td><td style="border: 1px solid rgb(204, 204, 204); padding: 2px 4px; text-align: center;">
|
</td><td style="border: 1px solid rgb(204, 204, 204); padding: 2px 4px; text-align: center;">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue