Forums: Looking For A Sshd Bruteforcer - Forums

Jump to content

  • (2 Pages)
  • +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

Looking For A Sshd Bruteforcer

#16 User is offline   [_-ViCiOuS-_] 

  • Private First Class
  • Icon
  • Group: Members
  • Posts: 54
  • Joined: 12-October 04

Posted 17 January 2005 - 11:24 AM

i know that bruteforce is lame
it is realy funny that this bruteforcer was bei k-otik under exploits :D

do you know a new sshd exploit? x6 doesnt work at all
0

#17 User is offline   duchp 

  • Private
  • Icon
  • Group: Members
  • Posts: 1
  • Joined: 16-September 04

Posted 06 February 2005 - 04:58 AM

try to wget this tool at turbob.go.ro/TurboB.tgz
then type tar zxvf TurboB.tgz; cd ssh; ./assh ip

Don`t have to compile anymore ... Have fun ... However I didn't use it anymorE ... so boring :D :D

But if you like it ,,, try :rolleyes:
0

#18 User is offline   S3M73X 

  • Private First Class
  • Icon
  • Group: Members
  • Posts: 36
  • Joined: 23-October 05

Posted 25 January 2006 - 07:53 PM

No probs compiling under LiNUX... i used Debian Sarge.
But i have several Probs to run this stuff amonst cygwin... still having Problems to install LibSSH

Doesn't find "ld -lssh" i am researching to fix that shit.

Anyone experienced with it?

I want to make it a SSH-Brute-Force-Tool which runs under Win32 as well cause there seems no one to be public.

:ph34r:
0

#19 User is offline   toe 

  • Staff Sergeant
  • Icon
  • Group: Members
  • Posts: 271
  • Joined: 10-November 04

Posted 30 January 2006 - 11:38 PM

Is everyone forgeting hydra:

Quote

THC-Hydra - the best parallized login hacker: for Samba, FTP, POP3, IMAP, Telnet, HTTP Auth, LDAP, NNTP, MySQL, VNC, ICQ, Socks5, PCNFS, Cisco and more. Includes SSL support and is part of Nessus. Visit the project web site to download Win32, Palm and ARM binaries. Changes in 5.2: New module: vmware-auth! and a fix (the last one) for ssh2. and little enhancements.


Download at: hxxp://thc.org/download.php?t=r&f=hydra-5.2-src.tar.gz

lol. I'm actually unsure if it bruteforces ssh, I think i recall useing this on ssh.

-toe
0

#20 User is offline   donk0yote 

  • Private
  • Icon
  • Group: Members
  • Posts: 19
  • Joined: 25-December 05

Posted 31 January 2006 - 08:40 AM

View Postfulvioo, on Jan 16 2005, 02:39 PM, said:

Ok, bruteforce is lame.
This is a brazilian made script tested on slackware that blocks IPs that tried to bruteforce your computer using such scripts by iptables.

(I found interesting to put this code on this post) :P


THANKS!!!! i needed that! :D
i get so tired of people trying to brute my ssh :P
0

#21 User is offline   pust1u 

  • Private
  • Icon
  • Group: Members
  • Posts: 1
  • Joined: 08-October 05

Posted 31 January 2006 - 08:45 PM

get This .. expl massrooter ssh Brute Force Is GOOD :D
:D
0

#22 User is offline   hks-3207 

  • Private First Class
  • Icon
  • Group: Members
  • Posts: 106
  • Joined: 14-July 03

Post icon  Posted 08 February 2006 - 04:03 PM

What's the point ne-wayz, if he is new to linux the first thing he should be doing is asking for commands or Howto Use Linux, not just asking for the bruteforce part as for what it seems he has just migrated linux for doing bruteforce attacks / cracking attemps on to public servers probably, as if he is new to linux he wont have another servers to bruteforce or try to break in using a bruteforce method in order to fix it.


Wwww.google.com/linux <== My Recommendation



Learn my friend, learn, if u keep asking this kind of questions i could see you in jail... try to learn for productivity and not for impressing friends or for be able to say i got this box, or anything like that.


PS> Cracking has no good my friend.
- WwW.JDMKingz.Com - :)
0

#23 User is offline   aiO 

  • Private First Class
  • Icon
  • Group: Members
  • Posts: 146
  • Joined: 21-October 05

Posted 13 February 2006 - 03:02 PM

wget http://www.0xbadc0de.../libssh-0.1.tgz
tar xvzf libssh*
cd libssh*
./configure
make
make install

cp /usr/local/lib/libssh.so /usr/lib
cp /dir/to/your/file/sshD-brute.c /usr/lib
gcc -o sshD-brute sshD-brute.c -lssh

to statically link (I think)
gcc -o sshD-brute sshD-brute.c -lssh -L/usr/local/lib/libssh-0.1

I belive that should help

I'm still new to *nix :unsure:
but I tried :)
0

#24 User is offline   paganini 

  • Private
  • Icon
  • Group: Members
  • Posts: 2
  • Joined: 10-February 06

Posted 14 February 2006 - 03:22 AM

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
0

  • (2 Pages)
  • +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users

  • Share



Our Sponsors:


SwiftLayer Affiliate Web Hosting