hola estoy tratando de instalar correctamente Hydra en Ubuntu 10.04 , me baje la aplicación del site de esta concretamente hydra-5.9.1-src que descomprimí porque venia en un tar.gz y le cambie los permisos, después de intentarlo varias veces y lanzarlo me decía que no lo encontraba, mirando los read que trae la aplicación , al final he conseguido instalarlo.
concretamente en el código que he puesto aquí abajo están la salida al ejecutar los comandos.
Parece ser que se instalo porque después de hacer esto y situándome en el directorio desde esta introduzco el comando xhydra y lanza la ventana de la aplicación pero con una serie de advertencias que pongo mas abajo.
kudu4@kudu4-laptop:~/hydra-5.9.1-src$ ./configure
Starting hydra auto configuration ...
Checking for openssl (libssl, libcrypto, ssl.h, sha.h) ...
... found
Checking for Postgres (libpq.so, libpq-fe.h) ...
... found
Checking for SVN (libsvn_client-1 libapr-1.so libaprutil-1.so) ...
... NOT found, module svn disabled
Checking for firebird (libfbclient.so) ...
... NOT found, module firebird disabled
Checking for MYSQL client (libmysqlclient.so, math.h) ...
... NOT found, module Mysql will not support version > 4.x
Checking for AFP (libafpclient.so) ...
... NOT found, module Apple Filing Protocol disabled
Checking for NCP (libncp.so / nwcalls.h) ...
... NOT found, module NCP disabled
Checking for SAP/R3 (librfc/saprfc.h) ...
... NOT found, module sapr3 disabled
Get it from
http://www.sap.com/solutions/netweaver/linux/eval/index.aspChecking for libssh (libssh/libssh.h) ...
... NOT found, module ssh2 disabled
Get it from
http://www.libssh.orgChecking for GUI req's (pkg-config) ...
... found
Hydra will be installed into .../bin of: /usr/local
(change this by running ./configure --prefix=path)
Writing Makefile.in ...
now type "make"
kudu4@kudu4-laptop:~/hydra-5.9.1-src$ ./configure --prefix=path
Starting hydra auto configuration ...
Checking for openssl (libssl, libcrypto, ssl.h, sha.h) ...
... found
Checking for Postgres (libpq.so, libpq-fe.h) ...
... found
Checking for SVN (libsvn_client-1 libapr-1.so libaprutil-1.so) ...
... NOT found, module svn disabled
Checking for firebird (libfbclient.so) ...
... NOT found, module firebird disabled
Checking for MYSQL client (libmysqlclient.so, math.h) ...
... NOT found, module Mysql will not support version > 4.x
Checking for AFP (libafpclient.so) ...
... NOT found, module Apple Filing Protocol disabled
Checking for NCP (libncp.so / nwcalls.h) ...
... NOT found, module NCP disabled
Checking for SAP/R3 (librfc/saprfc.h) ...
... NOT found, module sapr3 disabled
Get it from
http://www.sap.com/solutions/netweaver/linux/eval/index.aspChecking for libssh (libssh/libssh.h) ...
... NOT found, module ssh2 disabled
Get it from
http://www.libssh.orgChecking for GUI req's (pkg-config) ...
... found
Hydra will be installed into .../bin of: path
(change this by running ./configure --prefix=path)
Writing Makefile.in ...
now type "make"
kudu4@kudu4-laptop:~/hydra-5.9.1-src$ make
gcc -I. -Wall -O2 -lm -o hydra hydra-vnc.o hydra-pcnfs.o hydra-rexec.o hydra-nntp.o hydra-socks5.o hydra-telnet.o hydra-cisco.o hydra-http.o hydra-ftp.o hydra-imap.o hydra-pop3.o hydra-smb.o hydra-icq.o hydra-cisco-enable.o hydra-ldap.o hydra-mysql.o hydra-http-proxy.o hydra-smbnt.o hydra-mssql.o hydra-snmp.o hydra-cvs.o hydra-smtpauth.o hydra-sapr3.o hydra-ssh2.o hydra-teamspeak.o hydra-postgres.o hydra-rsh.o hydra-rlogin.o hydra-oracle-listener.o hydra-svn.o hydra-pcanywhere.o hydra-sip.o hydra-vmauthd.o hydra-smtpauth-ntlm.o hydra-firebird.o hydra-afp.o hydra-ncp.o hydra-http-proxy-auth-ntlm.o hydra-imap-ntlm.o hydra-pop3-ntlm.o hydra-http-form.o crc32.o d3des.o md4.o hydra-mod.o ntlm.o hydra.o -lm -lssl -lpq -lcrypto -L/usr/lib -L/usr/local/lib -L/lib -L/lib -L/usr/lib
If men could get pregnant, abortion would be a sacrament
Now type make install
kudu4@kudu4-laptop:~/hydra-5.9.1-src$ make install
test -e hydra.exe && touch Makefile || strip hydra pw-inspector
test -e hydra.exe && strip hydra.exe pw-inspector.exe || touch hydra
test -e xhydra && strip xhydra || touch Makefile
test -e hydra.exe && touch Makefile || cp hydra pw-inspector path/bin && cd path/bin && chmod 755 hydra pw-inspector
cp: el destino, «path/bin», no es un directorio
make: [install] Error 1 (no tiene efecto)
test -e hydra.exe && cp hydra.exe pw-inspector.exe path/bin && cd path/bin && chmod 755 hydra.exe pw-inspector.exe || touch Makefile
test -e xhydra && cp xhydra path/bin && cd path/bin && chmod 755 xhydra
cp: no se puede crear el fichero regular «path/bin»: No existe el fichero o el directorio
make: [install] Error 1 (no tiene efecto)
kudu4@kudu4-laptop:~/hydra-5.9.1-src$
esta es la salida en la consola a ytraves de la cual lanzo xhydra y el resultado es que lanza la ventana de la aplicacion pero con la salida por consola siguiente.
laptop:~/hydra-5.9.1-src$ xhydra
(xhydra:8130): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
(xhydra:8130): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
Bueno esto es lo que hay y lo que quisiera si alguien tiene a bien hacerlo es una interpretación de las salidas de la consola y cual seria lo que tendría que hacer para que quedase bien instalada y poder usarla con todo su potencial.
Muchas gracias