HostBox v0.3 SSH is a SSH password/account scanner written in python.
- It's free. And it's using for scan ssh, similar with Lazy SSH. (for Unix Platform)
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.
Download :
HostBox v0.3