netxfly / crack_ssh

go写的协程版的ssh\redis\mongodb弱口令破解工具
127 stars 50 forks source link

数组越界? #2

Open HTensor opened 5 years ago

HTensor commented 5 years ago

[root@a brute]# ./scan_ssh ./ip/res_000 username.txt password.txt

SSH Scanner by hartnett x@xsec.io Usage: ./scan_ssh iplist userdic passdic

Try to crack 212.32.234.4 panic: runtime error: index out of range

goroutine 1 [running]: main.Scan(0xc0004fa000, 0xca07, 0xec00, 0xc0000a0000, 0x9, 0x10, 0xc000078000, 0x7ec, 0xa00) /root/brute/crack_ssh/scan_ssh.go:67 +0x4b5 main.main() /root/brute/crack_ssh/scan_ssh.go:164 +0x14c [root@a brute]#

HTensor commented 5 years ago

x-crack这个项目好像不支持针对某一个模块进行破解,所以我只能用这个项目了