http-form fix to always identify 403/404 as failed

This commit is contained in:
van Hauser 2018-08-09 11:13:25 +02:00
commit 0626888331
2 changed files with 5 additions and 3 deletions

View file

@ -3,7 +3,9 @@ Changelog for hydra
Release 8.7-dev
* http-get/http-post: now supports H=/h= parameters same as http-form (thanks to mathewmarcus@github for the patch)
* http-get/http-post:
- now supports H=/h= parameters same as http-form (thanks to mathewmarcus@github for the patch)
- 403/404 errors are now always registered as failed attempts
* mysql module: a non-default port was not working, fixed
* added -w timeout support to ssh module
* fixed various memory leaks in http-form module