# Cloudflare CAPTCHA Bypass
<div style="text-align: center; margin-bottom: 50px">
<img src="./assets/cf_bypass_logo.png" alt="Cloudflare CAPTCHA Bypass Logo" width="250">
</div>
Detect and bypass Cloudflare CAPTCHA challenges effortlessly with the Cloudflare Captcha Bypass package.
<img src="./assets/cf_turnstile.gif" alt="Bypassed image" width="200">
## Installation
```bash
pip install cf_bypass
```
## Usage
```Python
from cf_bypass import bypass
bypassed = bypass(mode='dark', warmup_time=5, timeout=30, interval=0.5)
if bypassed:
print("Cloudflare CAPTCHA bypassed successfully!")
else:
print("Timeout reached, CAPTCHA not bypassed.")
```
Explanation of parameters:
- `mode` (str): Choose 'light' for a light-colored webpage or 'dark' for a dark-colored webpage.
- `warmup_time` (int): Optional warm-up time before starting detection (in seconds).
- `timeout` (int): Maximum time to wait for the CAPTCHA logo to disappear after clicking (in seconds).
- `interval` (int): Time interval between successive detections (in seconds).
## Limitations
- This package only works on Cloudflare turnstile.
- It can only run in GUI mode (not headless/background).
- The speed is relatively slow.
## Disclaimer
Note: This package is provided for educational and testing purposes only. Unauthorized use of this package to circumvent security measures is strictly prohibited. The author and contributors are not responsible for any misuse or consequences arising from the use of this package.
## Support
If you find this project helpful, consider buying me a coffee to support ongoing development:
## Contact
For inquiries or support, please contact me:
```
Name: Tam Nguyen
Email: tamnv.work@gmail.com
```
Feel free to open issues or contribute to the project on GitHub.
Raw data
{
"_id": null,
"home_page": "https://github.com/tamnguyenvan/cf_bypass",
"name": "cf-bypass",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.9,<4.0",
"maintainer_email": "",
"keywords": "",
"author": "Tam Nguyen",
"author_email": "tamnv.work@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/87/e6/6930e3ff43d10d5f7d846015bb7d093c0fa00651b80850feb3a9548843fb/cf_bypass-0.1.1.tar.gz",
"platform": null,
"description": "# Cloudflare CAPTCHA Bypass\n\n<div style=\"text-align: center; margin-bottom: 50px\">\n <img src=\"./assets/cf_bypass_logo.png\" alt=\"Cloudflare CAPTCHA Bypass Logo\" width=\"250\">\n</div>\n\nDetect and bypass Cloudflare CAPTCHA challenges effortlessly with the Cloudflare Captcha Bypass package.\n\n<img src=\"./assets/cf_turnstile.gif\" alt=\"Bypassed image\" width=\"200\">\n\n\n## Installation\n\n```bash\npip install cf_bypass\n```\n\n## Usage\n```Python\nfrom cf_bypass import bypass\n\nbypassed = bypass(mode='dark', warmup_time=5, timeout=30, interval=0.5)\n\nif bypassed:\n print(\"Cloudflare CAPTCHA bypassed successfully!\")\nelse:\n print(\"Timeout reached, CAPTCHA not bypassed.\")\n```\n\nExplanation of parameters:\n\n- `mode` (str): Choose 'light' for a light-colored webpage or 'dark' for a dark-colored webpage.\n- `warmup_time` (int): Optional warm-up time before starting detection (in seconds).\n- `timeout` (int): Maximum time to wait for the CAPTCHA logo to disappear after clicking (in seconds).\n- `interval` (int): Time interval between successive detections (in seconds).\n\n## Limitations\n- This package only works on Cloudflare turnstile.\n- It can only run in GUI mode (not headless/background).\n- The speed is relatively slow.\n\n## Disclaimer\nNote: This package is provided for educational and testing purposes only. Unauthorized use of this package to circumvent security measures is strictly prohibited. The author and contributors are not responsible for any misuse or consequences arising from the use of this package.\n\n## Support\nIf you find this project helpful, consider buying me a coffee to support ongoing development:\n\n\n## Contact\nFor inquiries or support, please contact me:\n```\nName: Tam Nguyen\nEmail: tamnv.work@gmail.com\n```\n\nFeel free to open issues or contribute to the project on GitHub.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A tool for bypassing Cloudflare CAPTCHA",
"version": "0.1.1",
"project_urls": {
"Homepage": "https://github.com/tamnguyenvan/cf_bypass"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "8bb454d7b30067f650eb06dcd699e84f2d2f67f8f3c0c094c55fd2939454b094",
"md5": "84219539f36de42fe51ea1260486b325",
"sha256": "502ca75c6748b08280777424affa0bdbe92066fbba60f82f804ab23538487d34"
},
"downloads": -1,
"filename": "cf_bypass-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "84219539f36de42fe51ea1260486b325",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9,<4.0",
"size": 21824,
"upload_time": "2024-01-14T05:16:23",
"upload_time_iso_8601": "2024-01-14T05:16:23.156657Z",
"url": "https://files.pythonhosted.org/packages/8b/b4/54d7b30067f650eb06dcd699e84f2d2f67f8f3c0c094c55fd2939454b094/cf_bypass-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "87e66930e3ff43d10d5f7d846015bb7d093c0fa00651b80850feb3a9548843fb",
"md5": "73149b20a97e208e9a4d609e65407e92",
"sha256": "90bc9a0174a7afe91c7ab3df65803950fc73d53580520d3bb0d515fae01510f8"
},
"downloads": -1,
"filename": "cf_bypass-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "73149b20a97e208e9a4d609e65407e92",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9,<4.0",
"size": 21493,
"upload_time": "2024-01-14T05:16:24",
"upload_time_iso_8601": "2024-01-14T05:16:24.788407Z",
"url": "https://files.pythonhosted.org/packages/87/e6/6930e3ff43d10d5f7d846015bb7d093c0fa00651b80850feb3a9548843fb/cf_bypass-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-01-14 05:16:24",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "tamnguyenvan",
"github_project": "cf_bypass",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "cf-bypass"
}