-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
无法配置扫描引擎和爬虫引擎 #111
Comments
看下你的python版本 |
python版本是2.7.13,操作系统是centos 6.5 |
数据库问题,mongodb 要求 >=3.2,重新导入一下。 |
确实是数据没导进去,把readme的参考命令里的. 改为绝对路径就导入成功了,感谢各位 |
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
如题,无法选择配置引擎,统计处两个引擎为x号
scan.log报错:
'NoneType' object has no attribute 'getitem'
vul.log报错:
'NoneType' object has no attribute 'getitem'
Traceback (most recent call last):
File "./vulscan/VulScan.py", line 260, in
PASSWORD_DIC, THREAD_COUNT, TIMEOUT, WHITE_LIST = get_config()
TypeError: 'NoneType' object is not iterable
数据应该导入了:
The text was updated successfully, but these errors were encountered: