Jul 062014
 

All you need is git, cmake and libssh ;-)

apt-get install cmake
git clone https://github.com/vanhauser-thc/thc-hydra
cd thc-hydra
git clone http://git.libssh.org/projects/libssh.git libssh
cd libssh/
mkdir build
cd build/
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug ..
make install
# back to hydra
cd ..
cd ..
./configure
make
make install
hydra

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)