When I tried to use Hydra against a SSH service and I get the next error: Error: Compiled without LIBSSH support, module not available!
The trick was downloading the libssh compile it and installing it qith the defaults from there
Then I downloaded the hydra sources from hereCode:wget 0xbadc0de.be/libssh/libssh-0.11.tgz
I modified the Makefile:Code:wget freeworld.thc.org/releases/hydra-5.4-src.tar.gz
in the line 3 I changed the next 2 lines like this
and in the line 38 I changed the next 2 lines like thisCode:XDEFINES= -DLIBOPENSSL -DLIBSSH XLIBS= -lssl -lssh -lcrypto
then "make all install"Code:BIN = hydra.ssh BINUNIX = hydra.ssh pw-inspector
and the new Hydra bin with ssh support is called hydra.ssh. You can leave the Makefile as it and you will overwrite the original hydra bin.
Here is my complete Makefile:
Greets,Code:pastebin.com/fd5499db
..:: Ch0ks ::..


