dionach / CMSmap

CMSmap is a python open source CMS scanner that automates the process of detecting security flaws of the most popular CMSs.
GNU General Public License v3.0
1.02k stars 251 forks source link

runtime error #15

Closed DrRem closed 3 years ago

DrRem commented 5 years ago

Issue Details

CMSmap Version: 1.0 CMS Type:
CMS Version:
Plugin Name:
OS Information: windows 10 Enterprise Edition 1903

Steps to reproduce the issue

py cmamap.py target

Expected behaviour

Traceback (most recent call last): File "cmsmap.py", line 4, in from cmsmap.main import main File "E:\CMSmap\cmsmap\main.py", line 9, in from .lib.scanner import scanner File "E:\CMSmap\cmsmap\lib\scanner.py", line 7, in from .wpscan import wpscan File "E:\CMSmap\cmsmap\lib\wpscan.py", line 344, in wpscan = WPScan() File "E:\CMSmap\cmsmap\lib\wpscan.py", line 35, in init self.themes = [line.strip() for line in open(initializer.wp_themes)] File "E:\CMSmap\cmsmap\lib\wpscan.py", line 35, in self.themes = [line.strip() for line in open(initializer.wp_themes)] UnicodeDecodeError: 'gbk' codec can't decode byte 0xad in position 4899: illegal multibyte sequence

DrRem commented 5 years ago

Is it due to the lack of some packages?