EdgeSecurityTeam / EHole

EHole(棱洞)3.0 重构版-红队重点攻击系统指纹探测工具
https://forum.ywhack.com/
Apache License 2.0
3.02k stars 397 forks source link

需要Fofa高级会员才能使用 #16

Open chaserw opened 2 years ago

chaserw commented 2 years ago

代码中传入的api查询的size默认是500,而Fofa普通会员api仅允许查询前100条,因此普通会员账号不会得到任何结果 url := fofa_api(keyword1, fofa.Email, fofa.Fofa_token, i, 500) 查询返回内容如下: {"errmsg":"401 Unauthorized, make sure 1.email and apikey is correct 2.FOFA coin is enough.","error":true}

0x6869 commented 2 years ago

普通会员可以将500参数改为100.同时还发现IP数小于100也无法触发查询。不是很懂 GO,不过我将source\fofa.go中x := 100的判断条件改为1,小于一百条IP便可成功触发查询了 image image image

CtrlAltDelet commented 2 years ago

是的 我抓包才发现 一次查500条