ZoomEye-python
ZoomEye-python copied to clipboard
你好, 请问
在网页端查询时使用的, 例如 app:"CloudFlare" +port:"80" +header:"Forbidden" +country:"US" +after:"2023-5-17" 在API里是否无法实现,
试了-filter 但是只能加一个过滤条件. 试了search 里也只能查询一个条件.
在ZoomEye-python中使用search语法,可以使用单引号(如果搜索语法中已包含双引号情况下,避免产生歧义)包裹完整搜索语法:
zoomeye search 'app:"CloudFlare" +port:"80" +header:"Forbidden" +country:"US" +after:"2023-5-17"'
在文档里面有说