Hi. firs i have to ask somebody who maybe know is it possible to instal this libssh on cygwin :S i get lot of errors :S look at that:
$ make
ln -s -f ../../config.h include/libssh/config.h
gcc -g -O2 -Iinclude/ -Wall -g -c -o client.o client.c
client.c: In function `select_loop':
client.c:94: warning: implicit declaration of function `cfmakeraw'
make[1]: Entering directory `/libssh/libssh-0.1/libssh'
gcc -g -O2 -Wall -g -I../include/ -c -o client.o client.c
client.c: In function `ssh_disconnect':
client.c:233: warning: implicit declaration of function `htonl'
gcc -g -O2 -Wall -g -I../include/ -c -o packet.o packet.c
packet.c: In function `packet_send':
packet.c:191: warning: implicit declaration of function `htonl'
packet.c:192: warning: implicit declaration of function `ntohl'
gcc -g -O2 -Wall -g -I../include/ -c -o dh.o dh.c
dh.c: In function `make_bignum_string':
dh.c:149: warning: implicit declaration of function `htonl'
dh.c: In function `make_string_bn':
dh.c:157: warning: implicit declaration of function `ntohl'
gcc -g -O2 -Wall -g -I../include/ -c -o crypt.o crypt.c
crypt.c: In function `packet_decrypt_len':
crypt.c:40: warning: implicit declaration of function `ntohl'
crypt.c: In function `packet_hmac_verify':
crypt.c:89: warning: implicit declaration of function `htonl'
gcc -g -O2 -Wall -g -I../include/ -c -o connect.o connect.c
gcc -g -O2 -Wall -g -I../include/ -c -o error.o error.c
gcc -g -O2 -Wall -g -I../include/ -c -o buffer.o buffer.c
buffer.c: In function `buffer_add_ssh_string':
buffer.c:61: warning: implicit declaration of function `ntohl'
gcc -g -O2 -Wall -g -I../include/ -c -o string.o string.c
string.c: In function `string_new':
string.c:31: warning: implicit declaration of function `htonl'
string.c: In function `string_len':
string.c:49: warning: implicit declaration of function `ntohl'
gcc -g -O2 -Wall -g -I../include/ -c -o kex.o kex.c
gcc -g -O2 -Wall -g -I../include/ -c -o channels.o channels.c
channels.c: In function `open_session_channel':
channels.c:78: warning: implicit declaration of function `htonl'
channels.c:95: warning: implicit declaration of function `ntohl'
gcc -g -O2 -Wall -g -I../include/ -c -o options.o options.c
gcc -g -O2 -Wall -g -I../include/ -c -o keys.o keys.c
gcc -g -O2 -Wall -g -I../include/ -c -o auth.o auth.c
gcc -g -O2 -Wall -g -I../include/ -c -o base64.o base64.c
gcc -g -O2 -Wall -g -I../include/ -c -o keyfiles.o keyfiles.c
gcc -g -O2 -Wall -g -I../include/ -c -o misc.o misc.c
misc.c: In function `ntohll':
misc.c:94: warning: implicit declaration of function `ntohl'
gcc -g -O2 -Wall -g -I../include/ -c -o gzip.o gzip.c
gcc -g -O2 -Wall -g -I../include/ -c -o wrapper.o wrapper.c
gcc -g -O2 -Wall -g -I../include/ -c -o sftp.o sftp.c
sftp.c: In function `sftp_packet_write':
sftp.c:81: warning: implicit declaration of function `htonl'
sftp.c: In function `sftp_packet_read':
sftp.c:97: warning: implicit declaration of function `ntohl'
gcc -o libssh.so -shared client.o packet.o dh.o crypt.o connect.o error.o buffer
.o string.o kex.o channels.o options.o keys.o auth.o base64.o keyfiles.o misc.o
gzip.o wrapper.o sftp.o -lz -lcrypto
make[1]: Leaving directory `/libssh/libssh-0.1/libssh'
gcc -o ssh client.o -lssh -Llibssh/
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: cannot find
-lssh
collect2: ld returned 1 exit status
make: *** [all] Error 1
any know how to make this?
i need this libssh cause i get the error from hydra-5.2-src :
$ ./configure
Starting hydra auto configuration ...
Checking for openssl (libssl/ssl.h) ...
... found
Checking for Postgres (libpq) ...
... found
Checking for SVN (ibsvn_client-1 libapr-0.so libaprutil-0.so) ...
... NOT found, module svn disabled
Checking for SAP/R3 (librfc/saprfc.h) ...
... NOT found, module sapr3 disabled
Get it from
http://www.sap.com/s.../eval/index.asp
Checking for libssh (libssh/libssh.h) ...
... NOT found, module ssh2 disabled
Get it from
http://0xbadc0de.be/ - use v0.11!
Cygwin detected, enabling compability options ...
dont know what to do :(
Has any know for some other SSH brute forcer that can run on win os or under cygwin
tnx for help
bye