depycode / burpsuite_hack

一款代理扫描器
502 stars 60 forks source link

安装报错 #28

Closed 977812671 closed 1 year ago

977812671 commented 1 year ago

提示你没有socketserver模块 使用pip3 install socketserver没有安装上,没有这个模块 怎么解决?

depycode commented 1 year ago

用Python3

977812671 commented 1 year ago

是python3.8 请问一下你使用的是版本几的 pip3 install socketserver显示没有这个模块 用国内镜像也提示没有这个模块

depycode commented 1 year ago

这个是标准库,自带的,怎么会没有

977812671 commented 1 year ago

是标准库 mac和win都试了 都提示没有这个模块 不知道原因

977812671 commented 1 year ago

发现是jython.jar没有socketserver,不过本地pythton3有socketserver,请问这个怎么解决?

depycode commented 1 year ago

burpsuite 插件是 BurpExtender_ALL_UI.py ,没有使用到socketserver