komomon / Komo

🚀Komo, a comprehensive asset collection and vulnerability scanning tool. Komo 一个综合资产收集和漏洞扫描工具,集成了20余款工具,通过多种方式对子域进行获取,收集域名邮箱,进行存活探测,域名指纹识别,域名反查ip,ip端口扫描,web服务链接爬取并发送给xray,对web服务进行POC漏洞扫描,对主机进行主机漏洞扫描。
https://www.cnblogs.com/forforever/
505 stars 56 forks source link

无法正常使用 #21

Closed zerorzeror closed 10 months ago

zerorzeror commented 11 months ago

windows10中文 ,python3.7.9,第一步启动安装报错 C:\Users\Administrator\Desktop\Komo>python3 Komo.py install Traceback (most recent call last): File "Komo.py", line 14, in from core.tools.emailcollect import emailcollect_main File "C:\Users\Administrator\Desktop\Komo\core\tools\emailcollect\emailcollect_main.py", line 144, in @logger.catch File "D:\Python37\lib\site-packages\loguru_logger.py", line 1215, in catch return self.catch()(exception) File "D:\Python37\lib\site-packages\loguru_logger.py", line 1254, in call "not a class (tried to wrap '%s')" % function.name TypeError: Invalid object decorated with 'catch()', it must be a function, not a class (tried to wrap 'manager')

komomon commented 10 months ago

已修复