ZoomEye-python icon indicating copy to clipboard operation
ZoomEye-python copied to clipboard

你好, 请问

Open lionkingc opened this issue 2 years ago • 2 comments

在网页端查询时使用的, 例如 app:"CloudFlare" +port:"80" +header:"Forbidden" +country:"US" +after:"2023-5-17" 在API里是否无法实现,

试了-filter 但是只能加一个过滤条件. 试了search 里也只能查询一个条件.

lionkingc avatar Oct 17 '23 04:10 lionkingc

在ZoomEye-python中使用search语法,可以使用单引号(如果搜索语法中已包含双引号情况下,避免产生歧义)包裹完整搜索语法:

zoomeye search 'app:"CloudFlare" +port:"80" +header:"Forbidden" +country:"US" +after:"2023-5-17"'

pbuff07 avatar Jan 12 '24 03:01 pbuff07

在文档里面有说

wh0am1i avatar Feb 22 '24 03:02 wh0am1i