ExpLangcn / WanLi

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

在windows下安装好库运行报错,希望解决

9tliea opened this issue · comments

commented

输入python3 Wanli.py后
就报错Traceback (most recent call last):
File "Wanli.py", line 12, in
config = yaml.load(f, Loader=yaml.CLoader)
File "D:\Python37\lib\site-packages\yaml_init_.py", line 81, in load
return loader.get_single_data()
File "D:\Python37\lib\site-packages\yaml\constructor.py", line 49, in get_single_data
node = self.get_single_node()
File "yaml_yaml.pyx", line 668, in yaml._yaml.CParser.get_single_node
File "yaml_yaml.pyx", line 858, in yaml._yaml.CParser._parse_next_event
File "yaml_yaml.pyx", line 867, in yaml._yaml.input_handler
UnicodeDecodeError: 'gbk' codec can't decode byte 0xaa in position 66: illegal multibyte sequence
Uploading Snipaste_2022-03-05_20-09-09.png…