Cl0udG0d / Fofa-hack

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

共享 authorization #80

Open Cl0udG0d opened 1 month ago

Cl0udG0d commented 1 month ago

如果大家有注册的多余没用的账号,也可以把authorization提交到 issue里面来实现共享

(当然 是指普通用户的

如果这部分比较多的话 我会将共享的authorization集成到Fofa-hack中

Cl0udG0d commented 1 month ago

authorization的位置在

image

登录状态下使用F12,翻页的时候可以看到网络请求里面存在authorization

Cl0udG0d commented 1 month ago

例如我已经在项目主程序中上传了两个测试账户的authorization

https://github.com/Cl0udG0d/Fofa-hack/blob/main/au.txt

可以直接使用这个文件测试 --authorization-file au.txt 参数

单个账户的月查询额度是 3000,如果你也有不暴露个人信息的测试fofa账户请提交authorization在此处

chendi2 commented 1 month ago

更新一下获取token的方式:Snipaste_2024-05-22_22-46-43

ailx1101 commented 2 weeks ago

请问这个authorization不会过期吗

Cl0udG0d commented 2 weeks ago

我宣布 我 是 傻 逼 ~ :)

忘记这玩意是会过期了 , 刚才试了一下确实过期了

看来注册用户还是得用 API KEY 可以实现自己控制是否过期

下一版本更新加入API KEY的内容