fix http-post-form optional parameter parsing

This commit is contained in:
van Hauser 2020-10-16 13:49:07 +02:00
parent 78387c1ab1
commit 631a61be8e
3 changed files with 27 additions and 19 deletions

View file

@ -1,8 +1,14 @@
Changelog for hydra
-------------------
Release 9.1-dev
Release 9.2-dev
* fix for http-post-form optional parameters
* enable gcc 10 support for xhydra too :)
* msys support
Release 9.1-dev
* rdb: support for libfreerdp3 (thanks to animetauren)
* new module: smb2 which also supports smb3 (uses libsmbclient-dev) (thanks to Karim Kanso for the module!)
* oracle: added success condition (thanks to kazkansouh), compile on Cygwin (thanks to maaaaz)