-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
关于轨迹生成 #1
Comments
@corelli359 目前是人为采集一批轨迹,构成轨迹库。https://github.com/yanglbme/geetest-crack/blob/master/geetest_crack/config.py#L54 然后根据验证码缺口的偏移量,从轨迹库中取出一条合适的轨迹。 |
好的,感谢大佬,现在的问题是,如果将轨迹用于生产,那么恐怕得需要好多轨迹,而且一条轨迹用的多了就会被禁掉,真头疼。。。。 |
能找到这样的文章,太感谢了 |
三年前我用的方案,先手码一套 根据偏移参数生成轨迹的算法(用加速度作为公式),然后将此方案调用接口,通过率不要太高,百分之10之内就差不多,然后将成功的 轨迹以及偏移量保存下来,后面根据偏移量取你的轨迹,对轨迹进行随机扰乱,通过率百分之90以上🧐🧐 |
谢谢大佬的分享,我现在的情况是把fullpage、slide、click的js都编译完了,但是滑块卡在了轨迹生成这块儿,查了一些资料然后试了一下都不行,请问大佬关于轨迹生成有什么好的方案么?谢谢大佬!
The text was updated successfully, but these errors were encountered: