ExpLangcn / WanLi

方便红队人员对目标站点进行安全检测,快速获取资产。It is convenient for red team personnel to conduct security detection on the target site and quickly obtain assets.
MIT License
318 stars 63 forks source link

win10运行2.1版本,存在报错 #14

Open littleheary opened 2 years ago

littleheary commented 2 years ago
import core.api as api

File "G:\wanliscan\wanli2.1\core\api.py", line 1, in from curses import beep File "D:\worktools\python37\lib\curses__init__.py", line 13, in from _curses import * ModuleNotFoundError: No module named '_curses'

littleheary commented 2 years ago

安装windows-curses解决了。