From 6444712bd7a66cd7e070d31594c8d19b760eaabf Mon Sep 17 00:00:00 2001 From: van Hauser Date: Thu, 11 Aug 2016 10:01:56 +0200 Subject: [PATCH] updated web files --- web/CHANGES | 11 +++++-- web/index.html | 32 ++++++------------- web/network_password_cracker_comparison.html | 4 +-- web/webfiles/css/commonPrint.css | 0 web/webfiles/css/index.css | 0 web/webfiles/css/index_002.css | 0 web/webfiles/css/index_003.css | 0 web/webfiles/css/index_004.css | 0 web/webfiles/css/main.css | 0 web/webfiles/css/shared.css | 0 web/webfiles/img/Cross.png | Bin web/webfiles/img/Tick.png | Bin web/webfiles/img/Unknown.png | Bin web/webfiles/img/gnu-fdl.png | Bin web/webfiles/img/hydra_pass.jpg | Bin web/webfiles/img/hydra_start.jpg | Bin web/webfiles/img/hydra_target.jpg | Bin web/webfiles/img/xhydra.png | Bin web/xhydra.png | Bin 19 files changed, 20 insertions(+), 27 deletions(-) mode change 100755 => 100644 web/CHANGES mode change 100755 => 100644 web/index.html mode change 100755 => 100644 web/network_password_cracker_comparison.html mode change 100755 => 100644 web/webfiles/css/commonPrint.css mode change 100755 => 100644 web/webfiles/css/index.css mode change 100755 => 100644 web/webfiles/css/index_002.css mode change 100755 => 100644 web/webfiles/css/index_003.css mode change 100755 => 100644 web/webfiles/css/index_004.css mode change 100755 => 100644 web/webfiles/css/main.css mode change 100755 => 100644 web/webfiles/css/shared.css mode change 100755 => 100644 web/webfiles/img/Cross.png mode change 100755 => 100644 web/webfiles/img/Tick.png mode change 100755 => 100644 web/webfiles/img/Unknown.png mode change 100755 => 100644 web/webfiles/img/gnu-fdl.png mode change 100755 => 100644 web/webfiles/img/hydra_pass.jpg mode change 100755 => 100644 web/webfiles/img/hydra_start.jpg mode change 100755 => 100644 web/webfiles/img/hydra_target.jpg mode change 100755 => 100644 web/webfiles/img/xhydra.png mode change 100755 => 100644 web/xhydra.png diff --git a/web/CHANGES b/web/CHANGES old mode 100755 new mode 100644 index 5054aa5..1c1033f --- a/web/CHANGES +++ b/web/CHANGES @@ -1,10 +1,17 @@ Changelog for hydra ------------------- -Release 8.3-dev -* ... +Release 8.4-dev +* your patch? +Release 8.3 +* 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 + 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 diff --git a/web/index.html b/web/index.html old mode 100755 new mode 100644 index a60b260..8d695ff --- a/web/index.html +++ b/web/index.html @@ -16,8 +16,8 @@ A very fast network logon cracker which support many different services. See feature sets and services coverage page - incl. a speed comparison against ncrack and medusa

- Current Version: 8.2 - Last update 2016-06-16 + Current Version: 8.3 + Last update 2016-08-11

@@ -33,29 +33,15 @@ Read below for Linux compilation notes. - CHANGELOG for 8.2 + CHANGELOG for 8.3 =================== ! Development moved to a public github repository: https://github.com/vanhauser-thc/thc-hydra - * 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 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! - * Added support in hydra-http for http-post (content length 0) - * Fixed important bug in http-*://server/url command line processing - * Added SSL SNI support - * Fixed bug in HTTP Form redirection following - thanks for everyone who reported and especially to Hayden Young for setting up a test page for debugging - * Better library finding in ./configure for SVN + support for Darwin Homebrew (and further enhanced) - * Fixed http-form module crash that only occurs on *BSD/OSX systems. Thanks to zdk for reporting! - * Fixed for SSL connection to support TLSv1.2 etc. - * Support for different RSA keylengths, thanks to fann95 for the patch - * Fixed a bug where the cisco-enable module was not working with the password-only logon mode - * Fixed an out of memory bug in http-form - * Fixed imap PLAIN method - * Fixed -x option to bail if it would generate too many passwords (more than 4 billion) - * Added warning if HYDRA_PROXY_CONNECT environment is detected, that is an outdated setting - * Added --fhs switch to configure (for Linux distribution usage) + * 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 You can also take a look at the full CHANGES file @@ -140,7 +126,7 @@ [0x05] The Art of Downloading: Source and Binaries 1. PRODUCTION/RELEASE VERSION: - The source code of state-of-the-art Hydra: hydra-8.2.tar.gz + The source code of state-of-the-art Hydra: hydra-8.3.tar.gz (compiles on all UNIX based platforms - even MacOS X, Cygwin on Windows, ARM-Linux, Android, iPhone, Blackberry 10, etc.) 2. DEVELOPMENT VERSION: diff --git a/web/network_password_cracker_comparison.html b/web/network_password_cracker_comparison.html old mode 100755 new mode 100644 index c90fa7f..8c6258f --- a/web/network_password_cracker_comparison.html +++ b/web/network_password_cracker_comparison.html @@ -62,13 +62,13 @@ features are added to the project. If you find any inaccuracies Version - 8.2 + 8.3 2.1 0.4 alpha Last Update - June 2016 + August 2016 April 2012 April 2011 diff --git a/web/webfiles/css/commonPrint.css b/web/webfiles/css/commonPrint.css old mode 100755 new mode 100644 diff --git a/web/webfiles/css/index.css b/web/webfiles/css/index.css old mode 100755 new mode 100644 diff --git a/web/webfiles/css/index_002.css b/web/webfiles/css/index_002.css old mode 100755 new mode 100644 diff --git a/web/webfiles/css/index_003.css b/web/webfiles/css/index_003.css old mode 100755 new mode 100644 diff --git a/web/webfiles/css/index_004.css b/web/webfiles/css/index_004.css old mode 100755 new mode 100644 diff --git a/web/webfiles/css/main.css b/web/webfiles/css/main.css old mode 100755 new mode 100644 diff --git a/web/webfiles/css/shared.css b/web/webfiles/css/shared.css old mode 100755 new mode 100644 diff --git a/web/webfiles/img/Cross.png b/web/webfiles/img/Cross.png old mode 100755 new mode 100644 diff --git a/web/webfiles/img/Tick.png b/web/webfiles/img/Tick.png old mode 100755 new mode 100644 diff --git a/web/webfiles/img/Unknown.png b/web/webfiles/img/Unknown.png old mode 100755 new mode 100644 diff --git a/web/webfiles/img/gnu-fdl.png b/web/webfiles/img/gnu-fdl.png old mode 100755 new mode 100644 diff --git a/web/webfiles/img/hydra_pass.jpg b/web/webfiles/img/hydra_pass.jpg old mode 100755 new mode 100644 diff --git a/web/webfiles/img/hydra_start.jpg b/web/webfiles/img/hydra_start.jpg old mode 100755 new mode 100644 diff --git a/web/webfiles/img/hydra_target.jpg b/web/webfiles/img/hydra_target.jpg old mode 100755 new mode 100644 diff --git a/web/webfiles/img/xhydra.png b/web/webfiles/img/xhydra.png old mode 100755 new mode 100644 diff --git a/web/xhydra.png b/web/xhydra.png old mode 100755 new mode 100644