Kali Hydra SSL issue, xHydra (GUI version of Hydra) works just fine
2019-03-09 20:56 狼人:-) 阅读(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.
声明:此博有部分内容为转载,版权归原作者所有~
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 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代理技术深度解析与实战指南