hydra 安装

It´s quite easy to install THC-HYDRA 5.4 with Ubuntu 9.04 (Jaunty Jackalope), just follow these steps:

THC HYDRA

Hydra was a software project developed by a German organization called “The Hacker’s Choice” (THC) that uses a dictionary attack to test for weak or simple passwords on one or many remote hosts running a variety of different services. It was designed as a proof-of-concept utility to demonstrate the ease of cracking poorly chosen passwords.

The project supports a wide range of services and protocols: TELNET, FTP, HTTP, HTTPS, HTTP-PROXY, SMB, SMBNT, MS-SQL, MYSQL, REXEC, RSH, RLOGIN, CVS, SNMP, SMTP-AUTH, SOCKS5, VNC, POP3, IMAP, NNTP, PCNFS, ICQ, SAP/R3, LDAP, PostgreSQL, Teamspeak, Cisco auth, Cisco enable, and Cisco AAA. It is licensed under version 2.0 of the GNU General Public License with the additional terms that the software may not be used for illegal purposes, and any commercial service or program that uses Hydra must give credit to THC.

http://www.thc.org
http://en.wikipedia.org/wiki/Hydra_(software)

1. Installing dependencies:

sudo apt-get install libssl-dev libssh-2-dev

2. Installing Hydra

wget http://freeworld.thc.org/releases/hydra-5.4-src.tar.gz
tar xzf hydra-5.4-src.tar.gz
rm hydra-5.4-src.tar.gz
cd hydra-5.4-src
wget http://0xbadc0de.be/libssh/hydra-libssh0.2.patch
patch -p1 < hydra-libssh0.2.patch
./configure
vi Makefile <- and remove the "-lpq" and "-DLIBPOSTGRES" statements
sudo make
sudo make install
cd ..
sudo rm -r hydra-5.4-src

Now you can start Hydra by typing “hydra”!

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值