added cidr support

This commit is contained in:
vanhauser-thc 2014-05-03 09:25:31 +02:00
commit 32ec439be6
19 changed files with 135 additions and 116 deletions

View file

@ -6,7 +6,8 @@ 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)
* Target on the command line can now be a CIDR definition, e.g. 192.168.0.0/24
* with -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)