THC-HYDRA是一个支持多种网络服务的非常快速的网络登陆破解工具。这个工具是一个验证性质的工具,它被设计的主要目的是为研究人员和安全从业人员展示远程获取一个系统的认证权限是比较容易的!

THC-Hydra 暴力破解工具

新版本代码迁移到了github,增加了对redis的支持,以及增加SMB模块的unicode支持等等。具体更下如下:

CHANGELOG for 8.0         ===================
        ! Development moved to a public github repository: https://github.com/vanhauser-thc/thc-hydra
        * 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)
        * Added patch for xhydra that adds bruteforce generator to the GUI (thanks to Petar Kaleychev)
        * 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)
          - fixed crash when used together with -e option
        * Fixed a bug that hydra would not compile without libssh (introduced in v7.6)
        * Various bugfixes if many targets where attacked in parallel
        * Cygwin's Postgresql is working again, hence configure detection re-enabled         * Added gcc compilation security options (if detected to be supported by configure script)
        * Enhancements to the secure compilation options
        * Checked code with cppcheck and fixed some minor issues.
        * Checked code with Coverity. Fixed a lot of small and medium issues.

	You can also take a look at the full CHANGES file

下载地址  windows版只能自己编译了。