Jump to content
Fi8sVrs

HostBox SSH 0.2

Recommended Posts

  • Active Members

HostBox SSH is a SSH password/account scanner written in python.

README

2.0 Install

INSTALLING WXPYTHON
-------------------

http://wiki.wxpython.org/InstallingOnUbuntuOrDebian


INSTALLING PARAMIKO
-------------------

sudo apt-get install python-paramiko

3.0 Usage

To run HB in GUI mode:
---------------------

./HostBox-SSH.py Should start the GUI, alt. try: "python HostBox-SSH.py" or
"chmod +x HostBox-SSH.py && ./HostBox-SSH.py



To run HB in Console mode:
-------------------------



./HostBox-SSH -h For help with command line options



Command line options:

HostBox-SSH.py -i <ip list> -u user1,user2,user3.. -p pass1,pass2,pass3.. [-1/-2] [-n/-f]


Username Options: -u user1,user2,user3.. || --ufile=usernames.txt

Password Options: -p pass1,pass2,pass3.. || --pfile=passwords.txt


Break Options: -1: Break on account login
-2: Break on server login


Speed Options: -n for normal scan || -f for fast scan mode


Examples:

./HostBox.py -i ip-list.txt -u guest,test,root -p blank,-username,password -1 -n

This is running hostbox listing usernames and password settings on the commandline.
-1 is break account testing when a login is found for that account. -n means normal
scan speed.

./HostBox.py -i ip-list.txt --ufile=usernames.txt --pfile=passwords.txt -2 -f

This is running hostbox listing usernames and passwords from a textfile. -2 means
the scanner will break testing the server when a login is found for that server.
-f is for fast scan mode or multithreaded scan.

"-username" and "blank" in the username/password spec tells the scanner to use the
username as password / check for blank passwords.

VISIT OSKAR STRIDSMAN'S IT RESOURCE -- StridsmanIT.wordpress.com -- HostBox-SSH 0.2

REPORT BUGS TO: https://stridsmanit.wordpress.com/ssh-scanner/

Download

HostBox SSH 0.2 ? Packet Storm

Link to comment
Share on other sites

scanning from my own computer can i get arrested and rekt? i like to be rekt by romanian law enforcement :)

Well, of course try rooting something from these IP address ranges and you'll be "rekt" in no time:


65.0.0.1/8, 70.0.0.1/8, 94.0.0.1/8, 111.0.0.1/8, 132.0.0.1/8, 157.0.0.1/8, 207.0.0.1/8, 213.0.0.1/8
7.*.*.*
11.*.*.*

Have fun, think of something witty to say when they pick you up. There's a good chance you'll have your 15 minutes of fame :)

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...