Showing posts with label SSH Free. Show all posts
Showing posts with label SSH Free. Show all posts

Saturday, October 24, 2015

IWHOER IP BLACKLIST CHECKER V1.03

IWHOER IP BLACKLIST CHECKER V1.03

Hello everybody,
Mình sẽ chia sẻ cho các bạn Tool mình vừa viết xong là iWhoer IP Blacklist Checker v1.03, version mới này mình đã thay toàn bộ và không giống version cũ nữa, thêm tính năng, thay đổi thuật toán, thay đổi giao diện cho đẹp mắt, thân thiện hơn.
Tính năng – Features:
  • Nhận dạng được 3 loại IP
  • MultiThreading hỗ trợ cho việc check nhanh hơn(Max 100 threads)
  • View được IP Blacklisted + IP Clean và export riêng nếu cần thiết
  • Giao diện đẹp mắt hơn(dù ko liên quan tới tính năng)
Các loại IP sẽ được tool nhận biết:
1
2
3
4
5
1/ IP type: 192.168.1.2
 
2/ Proxy/Socks type: 192.168.1.2:1080
 
3/ SSH Type: 192.168.1.2|sandaru|deptrai
Picture:
sssww
Download :

[TOOL BY SANDARU] 

GET USERPASS(USERLIST) FROM SSH

GET USERPASS(USERLIST) FROM SSH

Chức năng:
+ Lấy User/Pass từ SSH ra(tự loại list SSH lỗi). SSH fải ở dạng ip|user|pass nhé.
+ Lọc các user/pass trùng nhau.
+ Có thể chọn đổi key split ra cho phù hợp với loại tool khác nhau, như Lazy là /
+ Chạy cực nhanh, 160k SSH = 3,74s.
+ Khúc cuối sẽ show ra thời gian thực thi.
Yêu cầu: .NET Framework 4.0
Picture:
azzz
Download:

HostBox v0.3 SSH Scanner

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

README :

- It's free. And it's using for scan ssh, similar with Lazy SSH. (for Unix Platform)


Hostbox ssh scan. Free tool

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