pbuff07
pbuff07
this problem may unrelated to ZoomEye-python, you can refer this issue: https://github.com/psf/black/issues/1707
In the case of Windows, you cannot use a single quoted number to represent the string. You can try `zoomeye search "app: 'ScreenConnect'" -count`
> not work. me try change api code. windows 10 x 64 Python 3.11.4 If you are in a Windows environment, you can consider replacing the search content with "title:'API...
哥们,很显然是你没装node.js啊,计算机基础学习一下?
It's funny!
在ZoomEye-python中使用search语法,可以使用单引号(如果搜索语法中已包含双引号情况下,避免产生歧义)包裹完整搜索语法: zoomeye search 'app:"CloudFlare" +port:"80" +header:"Forbidden" +country:"US" +after:"2023-5-17"'
可以给出详细的Python版本等信息便于分析问题。
经过调试发现是一个Bug。该pupilsearch功能理想工作状态时使用search语法搜索出相关资产后并进行接口采集,如果过程中设置了代理proxy那么使用pupilsearch就没有问题,如果直接使用pupilsearch就会因为proxy的值为False导致出现上面提到的'bool' object has no attribute 'get'。 临时的解决办法可以将kunyu\lib\TrackUrl.py中proxies=self.proxy代码先删除。或者提前配置一个proxy,后面考虑给作者提一个PR优化下这种情况。
提供下详细得Python版本信息和环境信息?
提供下详细得Python版本信息或者环境信息方便调试发现问题呢?还有API-KEY直接发出来了,不打码?