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