代码改变世界

Kali Hydra SSL issue, xHydra (GUI version of Hydra) works just fine

  狼人:-)  阅读(649)  评论(0编辑  收藏  举报

First find the source code.

(https://is.gd/LlS5Sy) - Example search

Once located you must download it (in the case clone with git)

git clone https://github.com/vanhauser-thc/thc-hydra

then go into the directory

cd thc-hydra

then ensure you have the needed dependencies (in the README.md)

apt-get install libssl-dev libssh-dev libidn11-dev libpcre3-dev \
             libgtk2.0-dev libmysqlclient-dev libpq-dev libsvn-dev \
             firebird2.1-dev libncp-dev

Then you want to compile and install so:

apt-get purge hydra hydra-gtk #Get rid of old install
./configure --help #Get config options

Sample output

Options:
  --prefix=path              path to install hydra and its datafiles to
  --fhs                      install according to the File System Hierarchy Standard
  --with-oracle=prefix       prefix for oracle include dir
  --with-oracle-lib=prefix   prefix for oracle lib dir
  --with-ssl=prefix          prefix for SSL headers
  --with-ssl-lib=prefix      prefix for SSL libraries
  --disable-xhydra           disable compilation of hydra GUI
  --nostrip                  do not per default strip binaries before install
  --debug                    show debug output to trace errors
  --help                     this her

So therefore do ./configure #It should autodetect SSL, and you can check in the output else ./configure --with-ssl=SSL LOCATION --with-ssl-lib=SSL LIB LOCATION then make make install

This is the general way of compiling a program from source, and you should learn how these steps work for future use.

编辑推荐:
· SQL Server 2025 AI相关能力初探
· Linux系列:如何用 C#调用 C方法造成内存泄露
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
阅读排行:
· 阿里最新开源QwQ-32B,效果媲美deepseek-r1满血版,部署成本又又又降低了!
· SQL Server 2025 AI相关能力初探
· AI编程工具终极对决:字节Trae VS Cursor,谁才是开发者新宠?
· 开源Multi-agent AI智能体框架aevatar.ai,欢迎大家贡献代码
· Manus重磅发布:全球首款通用AI代理技术深度解析与实战指南
点击右上角即可分享
微信分享提示