xiecat / fofax

FOFAX是一个基于fofa.info的API命令行查询工具
https://fofax.xiecat.fun/
GNU General Public License v3.0
728 stars 74 forks source link

bug反馈 #31

Closed xiaozhaha closed 1 year ago

xiaozhaha commented 1 year ago

搜索语句带有中文的时候,似乎不能正确的搜索。 .\fofax.exe -q 'app="张三-camera"' -ffi -fs 5 -fe -debug

实际搜索结果如下: 2023/06/03 14:39:04 [DEBUG] FoFa Size : 5 2023/06/03 14:39:04 [DEBUG] FoFa input Query of: app= 2023/06/03 14:39:04 [DEBUG] https://fofa.info/api/v1/search/all?email=*****@*************&key=9161************************b720&qbase64=YXBwPQ==&size=5&page=1&fields=protocol,ip,port,host,type 2023/06/03 14:39:06 [DEBUG] Resp Time: 1398.00/millis 2023/06/03 14:39:06 [DEBUG] Fofa Api Query: "app" 2023/06/03 14:39:06 [SUCC] Fetch Data From FoFa: [5/363027531] image

0xf4n9x commented 1 year ago

上次其他人反馈的一样,目前在Windows上使用fofax,如果查询语句中存在中文,先暂时不要用powershell,换用其他终端工具,或者按照如下所说,从文件中读取查询语句。

image
xiaozhaha commented 1 year ago

okok,谢谢师傅了。😃