shack2/SNETCracker

各种出错

hatvgit opened this issue · 5 comments

SSH登录发生异常!Could not load file or assembly 'ChilkatDotNet4.dll' or one of its dependencies. 找不到指定的模块。 at SNETCracker.Model.CrackSSH.creack(String ip, Int32 port, String username, String password, Int32 timeOut)

:3389-RDP操作异常-Unable to get the window handle for the 'RdpClient' control. Windowless ActiveX controls are not supported.

SSH登录发生异常!Could not load file or assembly 'ChilkatDotNet4.dll' or one of its dependencies. 找不到指定的模块。这个错误是因为需要这个ssh模块需要vc++2010 32位得支持,下载安装就行了。rdp得错误一般是线程过多,一般建议最好在20个以内,自己慢慢试,线程多了就会出问题。

我导入文件都会卡 文件不大
卡死........

RDP操作异常-无法获取“RdpClient”控件的窗口句柄。不支持无窗口的 ActiveX 控件。
这个一般是什么错误?

20190713版本已经修复RDP异常问题。