极验3代分布式破解平台

栏目: 后端 · 发布时间: 5年前

内容简介:This platform works by transferring Geetest3 validation on websites to distributed workers which simulate human and auto-complete the process.A user requests a captcha from a website and submit it to the server, then the cracking task will be randomly ass

Geetest3 Distributed Cracking Platform

Introduction

This platform works by transferring Geetest3 validation on websites to distributed workers which simulate human and auto-complete the process.

A user requests a captcha from a website and submit it to the server, then the cracking task will be randomly assigned to an online worker. The worker will perform sliding puzzle automatically and pass the 2-step verification data back to the user. Post the 2FA data to the website and the validation flow is completed.

Learn more about Geetest Networking Sequence

Demo

Video

Quick Start

  1. Clone or download this repository

  2. Install Chrome and ChromeDriver , make sure they can be found in PATH variable

  3. Use pip to install requirements

python3.6 -m pip install -U flask gevent pillow requests selenium toml
  1. Launch run.py to test the platform
python3.6 run.py

More configuration can be modified in config.toml

API

Use GET method to access API, and the return data is in JSON format

/crack

Param

  • gt

  • challenge

  • success (Optional, default value is 1)

http://127.0.0.1:3333/crack?gt=d712df3d362b20bd5b3d290adf7603bc&challenge=dbd7e4f6318d3338f9e698875ecc3a56&success=1

Return

  • Success
{'code': 0, 'message': 'success', 'challenge': 'dbd7e4f6318d3338f9e698875ecc3a5637', 'validate': 'f5d49c5f0a0f5a9dd8a65aef3416737a', 'seccode': 'f5d49c5f0a0f5a9dd8a65aef3416737a|jordan'}
  • Invalid parameter
{'code': -1, 'message': 'invalid parameter'}
  • Error
{'code': -2, 'message': 'error'}
  • Timeout
{'code': -3, 'message': 'timeout'}

/status

Param

None

http://127.0.0.1:3333/status

Return

{'code': 0, 'workers': 1, 'pending': 0, 'doing': 1, 'done': 39}

Refer to api.py and test.py for more examples

Disclaimer

The project is for study and technical communication only, do not use it for illegal purposes!

I don't take any responsibility if legal dispute occurs.

License

Geetest3 Distributed Cracking Platform is under The Star And Thank Author License (SATA)

You are obliged to star this open source project and consider giving the author appropriate rewards ∠( ᐛ 」∠)_


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

挑战编程

挑战编程

斯基纳 / 刘汝佳 / 2009-7 / 39.00元

《挑战编程:程序设计竞赛训练手册》分为14章,分别介绍在线评测系统的基本使用方法、数据结构、字符串、排序、算术与代数、组合数学、数论、回溯法、图遍历、图算法、动态规划、网格、几何,以及计算几何,并在附录中介绍了一些著名的程序设计竞赛以及相应的备赛建议与比赛技巧。每章的正文用十余页的篇幅覆盖了该领域最核心的概念和算法,然后给出八道可在线提交的完整编程挑战题目供读者练习。 全书内容紧凑、信息量大......一起来看看 《挑战编程》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

html转js在线工具
html转js在线工具

html转js在线工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试