How to Compile Hydra on Ubuntu
hydra is a very powerful tools take a look
First install dependencies:
$ sudo aptitude install libssl-dev
Download hydra source code, extract, and compile it:
$ tar xvzf hydra-5.4-src.tar.gz
$ cd hydra-5.4-src
$ ./configure && make
*** If you received the error message saying, "cannot find -lpq," do the following:
$ make clean
$ ./configure
Next, edit Makefile and remove the "-lpq" and "-DLIBPOSTGRES" statements (in line 3 & 4):
$ vi Makefile
Now, those two lines should become:
XDEFINES= -DLIBOPENSSL
XLIBS= -lssl -lcrypto
Then compile it again and install:
$ make
$ sudo make install
hacking territory
No comments:
Post a Comment
NO LINK!!!!!!!!