Cl0udG0d / Fofa-hack

非付费会员,fofa数据采集工具
GNU General Public License v2.0
782 stars 153 forks source link

Error update 2.5.2 #96

Open lolminerxmrig opened 3 weeks ago

lolminerxmrig commented 3 weeks ago

Hi. plz Fixed Error :

image

JianBing77 commented 3 weeks ago

I have the same error🤔: image

Cl0udG0d commented 3 weeks ago

Hi. plz Fixed Error :

image

on that note, I think you have the wrong keyword. image

You can refer to issue 90

Cl0udG0d commented 3 weeks ago

I have the same error🤔: image

这里看不到前面的报错哈,我觉得应该不是跟上面那个人同样的问题

可以把完整的截图发出来 (PS:搜索关键字记得打码

lolminerxmrig commented 3 weeks ago

I have the same error🤔: image

I can't see the previous error here. I don't think it's the same problem as the person above.

You can send the complete screenshot (PS: remember to code the search keywords

plz add en Lange. thanks. can talk telegram.

JianBing77 commented 3 weeks ago

I have the same error🤔: image

这里看不到前面的报错哈,我觉得应该不是跟上面那个人同样的问题

可以把完整的截图发出来 (PS:搜索关键字记得打码

不好意思看错了,确实不是相同问题,应该是命令输错了,我今天复现不出来了。

但是有一个以前不会报错的命令:

fofa-hack_win_amd64.exe -k "fid='xxxx'" -e 5000 -o txt -on test --proxy-url http://127.0.0.1:10809 --authorization xxxxxx

现在使用后会报错:

HTTPSConnectionPool(host='api.fofa.info', port=443): Max retries exceeded with url: /v1/search?qbase64=xxx&full=false&page=1&size=50&ts=xxx&sign=xxx&app_id=xxx (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1131)')))

--proxy-url参数替换成--proxy后正常使用:

fofa-hack_win_amd64.exe -k "fid='xxxx'" -e 5000 -o txt -on test --proxy 127.0.0.1:10809 --authorization xxxxxx

好像是代理格式变动的原因:

指定代理url,即访问URL响应为proxy,代理格式 --proxy-url http://127.0.0.1/proxy_pool/get

总之现在一切正常,感谢😁

King-Mr commented 2 weeks ago

当我执行python3 fofa.py -k "xxx"时会有如下报错。

image

当我执行python3 fofa.py -k "xx" --fofa-key xxx 时 会有如下报错:

image

请问一下,如果我想获取超过10000条数据应该如何使用它?