关于cbrutekrag
cbrutekrag是一款针对SSH服务器的渗透测试工具,该工具基于C语言开发,可以帮助广大研究人员使用字典攻击来对目标SSH服务器执行渗透测试。
该工具仅出于教育目的设计和开发,请在获得测试授权后再使用该工具。
libssh:http://www.libssh.org/
广大研究人员可以使用下列命令将该项目源码克隆至本地:
git clone --depth=1 https://github.com/matricali/cbrutekrag.git
(向右滑动,查看更多)
构建要求:
make gcc编译器 libssh-dev
构建命令:
cd cbrutekrag
make
make install
构建要求:
cmake gcc编译器 make libssh-dev libz-dev
构建命令:
git clone --depth=1 https://github.com/matricali/cbrutekrag.git
cd cbrutekrag
bash static-build.sh
make install
-h 显示工具帮助信息 -v Verbose模式 -V Verbose模式(sshlib) -s 扫描模式 -D 演示运行 -P 进程条 -T <targets> 目标文件 -C <combinations> 用户名和密码文件 -t <threads> 最大线程数量 -o <output> 输出日志文件 -a 接收非OpenSSH服务器 -A 允许服务器被检测为蜜罐
192.168.0.1 10.0.0.0/8 192.168.100.0/24:2222 127.0.0.1:2222
root root
root password
root $BLANKPASS$
cbrutekrag -T targets.txt -C combinations.txt -o result.log
cbrutekrag -s -t 8 -C combinations.txt -o result.log 192.168.1.0/24
本项目的开发与发布遵循MIT开源许可证协议。
cbrutekrag:https://github.com/matricali/cbrutekrag
http://www.libssh.org/