{"id":13488467,"url":"https://github.com/Hsury/Geetest3-Crack","last_synced_at":"2025-03-28T01:35:37.876Z","repository":{"id":48151347,"uuid":"157406975","full_name":"Hsury/Geetest3-Crack","owner":"Hsury","description":"🤖 Geetest3 Distributed Cracking Platform 极验3代分布式破解平台","archived":false,"fork":false,"pushed_at":"2019-01-04T15:34:07.000Z","size":20,"stargazers_count":371,"open_issues_count":2,"forks_count":75,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-08-01T18:37:41.013Z","etag":null,"topics":["geetest","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Hsury.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-11-13T16:00:00.000Z","updated_at":"2024-07-23T04:30:52.000Z","dependencies_parsed_at":"2022-09-10T05:41:23.437Z","dependency_job_id":null,"html_url":"https://github.com/Hsury/Geetest3-Crack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hsury%2FGeetest3-Crack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hsury%2FGeetest3-Crack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hsury%2FGeetest3-Crack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hsury%2FGeetest3-Crack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hsury","download_url":"https://codeload.github.com/Hsury/Geetest3-Crack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222333976,"owners_count":16968058,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["geetest","python"],"created_at":"2024-07-31T18:01:16.323Z","updated_at":"2025-03-28T01:35:37.871Z","avatar_url":"https://github.com/Hsury.png","language":"Python","funding_links":[],"categories":["Python","Python (1887)"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://cdn.kagamiz.com/Geetest3-Crack/geetest.svg\" width=\"300\"\u003e\n\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003eGeetest3 Distributed Cracking Platform\u003c/h3\u003e\n\n## Introduction\n\nThis platform works by transferring Geetest3 validation on websites to distributed workers which simulate human and auto-complete the process.\n\nA 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.\n\n*Learn more about [Geetest Networking Sequence](https://docs.geetest.com/static/install/overview/imgs/geetest_netwoking_sequence.jpg)*\n\n## Demo\n\n[Video](https://cdn.kagamiz.com/Geetest3-Crack/demo.mp4)\n\n## Quick Start\n\n1. Clone or [download](https://github.com/Hsury/Geetest3-Crack/archive/master.zip) this repository\n\n2. Install [Chrome](https://www.google.com/chrome/) and [ChromeDriver](http://chromedriver.chromium.org/), make sure they can be found in PATH variable\n\n3. Use pip to install requirements\n\n```\npython3.6 -m pip install -U flask gevent pillow requests selenium toml\n```\n\n4. Launch [run.py](https://github.com/Hsury/Geetest3-Crack/blob/master/run.py) to test the platform\n\n```\npython3.6 run.py\n```\n\n*More configuration can be modified in [config.toml](https://github.com/Hsury/Geetest3-Crack/blob/master/config.toml)*\n\n## API\n\nUse GET method to access API, and the return data is in JSON format\n\n### /crack\n\n#### Param\n\n- gt\n\n- challenge\n\n- success (Optional, default value is 1)\n\n```\nhttp://127.0.0.1:3333/crack?gt=d712df3d362b20bd5b3d290adf7603bc\u0026challenge=dbd7e4f6318d3338f9e698875ecc3a56\u0026success=1\n```\n\n#### Return\n\n- Success\n\n```\n{'code': 0, 'message': 'success', 'challenge': 'dbd7e4f6318d3338f9e698875ecc3a5637', 'validate': 'f5d49c5f0a0f5a9dd8a65aef3416737a', 'seccode': 'f5d49c5f0a0f5a9dd8a65aef3416737a|jordan'}\n```\n\n- Invalid parameter\n\n```\n{'code': -1, 'message': 'invalid parameter'}\n```\n\n- Error\n\n```\n{'code': -2, 'message': 'error'}\n```\n\n- Timeout\n\n```\n{'code': -3, 'message': 'timeout'}\n```\n\n### /status\n\n#### Param\n\nNone\n\n```\nhttp://127.0.0.1:3333/status\n```\n\n#### Return\n\n```\n{'code': 0, 'workers': 1, 'pending': 0, 'doing': 1, 'done': 39}\n```\n\n*Refer to [api.py](https://github.com/Hsury/Geetest3-Crack/blob/master/api.py) and [test.py](https://github.com/Hsury/Geetest3-Crack/blob/master/test.py) for more examples*\n\n## Disclaimer\n\nThe project is for study and technical communication only, do not use it for illegal purposes!\n\nI don't take any responsibility if legal dispute occurs.\n\n## License\n\nGeetest3 Distributed Cracking Platform is under The Star And Thank Author License (SATA)\n\nYou are obliged to star this open source project and consider giving the author appropriate rewards ∠( ᐛ 」∠)＿\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FHsury%2FGeetest3-Crack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FHsury%2FGeetest3-Crack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FHsury%2FGeetest3-Crack/lists"}