使用Hydra扫描网络中存在SSH弱登录密码的Linux系统
1. apt-get install cmake libssl-dev
2. apt-get install hydra (需要图形界面的话用hydra-gtk)
3. hydra -s 22 -v -L 用户名字典 -P 密码字典 -e n -t 16 -f IP列表 ssh
参考网站:
http://www.ossec.cn/?p=411
http://blog.chinaunix.net/uid-24455072-id-3221563.html
http://www.aldeid.com/wiki/Thc-hydra
https://github.com/vanhauser-thc/thc-hydra