fix proxy support for http-form

This commit is contained in:
vanhauser-thc 2023-03-13 09:23:55 +01:00
parent 4ae7a365e9
commit 75b7b52da9
2 changed files with 10 additions and 8 deletions

View file

@ -2,8 +2,10 @@ Changelog for hydra
-------------------
Release 9.5-dev
* The help for http-form was wrong. the condition variable must always be
the *last* parameter, not the third
* http-form:
- The help for http-form was wrong. the condition variable must always be
the *last* parameter, not the third
- Proxy support was not working correctly
* smb2: fix for updated libsmb2 which resulted in correct guessing attempts
not being detected
* smtp: break early if the server does not allow authentication