PyJSCaller icon indicating copy to clipboard operation
PyJSCaller copied to clipboard

kali抛异常

Open hefangcan opened this issue 5 years ago • 2 comments

调试发现下面代码返回空,py2,3都是 res = subprocess.check_output(js_ctx, shell=True, stdin=subprocess.PIPE, stderr=subprocess.PIPE) 造成返回得时候抛出异常 改成下面后正常通过 res = subprocess.check_output(js_ctx, shell=True)

hefangcan avatar Jul 05 '19 12:07 hefangcan

感谢你的issue,我已经重新修改了整个项目了。可以尝试更新代码。

ZSAIm avatar Jul 26 '19 08:07 ZSAIm

已经在Centos 上通过测试了。

ZSAIm avatar Jul 26 '19 08:07 ZSAIm