added ":port" support to -M input file option

This commit is contained in:
vanhauser-thc 2014-05-01 21:01:34 +02:00
commit 4f53932848
4 changed files with 122 additions and 112 deletions

View file

@ -6,6 +6,7 @@ Release 8.0
* Added module for redis (submitted by Alejandro Ramos, thanks!)
* Added patch which adds Unicode support for the SMB module (thanks to Max Kosmach)
* Added initial interactive password authentication test for ssh (thanks to Joshua Houghton for submitting)
* -M <targetfile>, you can now specify a port for each entry (use "target:port" per line)
* Verified that hydra compiles cleanly on QNX / Blackberry 10 :-)
* Bugfixes for -x option:
- password tries were lost when connection errors happened (thanks to Vineet Kumar for reporting)