wgpsec / fofa_viewer

A simple FOFA client written in JavaFX. Made by WgpSec, Maintained by f1ashine.
https://opensource.wgpsec.org
MIT License
1.56k stars 155 forks source link

after和before不能同时使用 #150

Closed Jonnter closed 4 months ago

Jonnter commented 4 months ago

描述你遇到的问题

复现步骤

预期行为

屏幕截图

image

运行环境

Jonnter commented 4 months ago

描述你遇到的问题 无法同时使用after和before 复现步骤 搜索内容,app="solr" && country="CN" && after="2023-01-01" && before="2023-12-01" 问题见上面截图 会员信息 { "error": false, "email": "11", "username": "**", "category": "user", "fcoin": 0, "fofa_point": 0, "remain_free_point": 0, "remain_api_query": -1, "remain_api_data": -1, "isvip": true, "vip_level": 2, "is_verified": false, "avatar": "", "message": "", "fofacli_ver": "4.0.3", "fofa_server": true, "expiration": "2024-05-19 14:05:28" } 运行环境 windows

操作系统 windows 2022 Java 版本 java version "17.0.11" 2024-04-16 LTS 软件版本 1.1.13

keac commented 4 months ago

官方接口无法同时使用

Jonnter commented 4 months ago

这个是fofa官方API的问题么