ExpLangcn / WanLi

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

ModuleNotFoundError: No module named 'config.config' #10

Open WC-wuqi opened 2 years ago

WC-wuqi commented 2 years ago

ModuleNotFoundError: No module named 'config.config'

ExpLangcn commented 2 years ago

在根目录的WanLi.py文件内加入: sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))

如果还是报错请继续反馈解决问题