cloudflare-bypass


Namecloudflare-bypass JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/tamnguyenvan/cloudflare-bypass
SummaryA tool for bypassing Cloudflare CAPTCHA
upload_time2024-01-14 09:58:29
maintainer
docs_urlNone
authorTam Nguyen
requires_python
license
keywords cloudflare captcha bypass
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Cloudflare CAPTCHA Bypass

<div style="text-align: center; margin-bottom: 50px">
  <img src="https://tamnv.imgix.net/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="https://tamnv.imgix.net/cf_turnstile.gif" alt="Bypassed image" width="200">


## Installation

```bash
pip install cloudflare_bypass
```

## Usage
```Python
from cloudflare_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

[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/tamnvworkr)


## 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/cloudflare-bypass",
    "name": "cloudflare-bypass",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "cloudflare captcha bypass",
    "author": "Tam Nguyen",
    "author_email": "tamnvhustcc@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/92/35/65490aaa0a0ffa6e1a60e9c44e9c096c69fdf6d7bf01b82f158b34d6aee1/cloudflare-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=\"https://tamnv.imgix.net/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=\"https://tamnv.imgix.net/cf_turnstile.gif\" alt=\"Bypassed image\" width=\"200\">\n\n\n## Installation\n\n```bash\npip install cloudflare_bypass\n```\n\n## Usage\n```Python\nfrom cloudflare_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[![\"Buy Me A Coffee\"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/tamnvworkr)\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": "",
    "summary": "A tool for bypassing Cloudflare CAPTCHA",
    "version": "0.1.1",
    "project_urls": {
        "Documentation": "https://tamnguyenvan.github.io/cloudflare-bypass",
        "Homepage": "https://github.com/tamnguyenvan/cloudflare-bypass",
        "Source": "https://github.com/tamnguyenvan/cloudflare-bypass"
    },
    "split_keywords": [
        "cloudflare",
        "captcha",
        "bypass"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "df97216b45910c5a2129ee7c96654d7535bcf4982420c73cbd3db63040d8db20",
                "md5": "84ed923e34051ae86f1798e97b094f77",
                "sha256": "7b35c9e2e67e0ca78e06a1610f09b047a76c5466e8cce372c40a13ee440ac141"
            },
            "downloads": -1,
            "filename": "cloudflare_bypass-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "84ed923e34051ae86f1798e97b094f77",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 23053,
            "upload_time": "2024-01-14T09:58:27",
            "upload_time_iso_8601": "2024-01-14T09:58:27.253642Z",
            "url": "https://files.pythonhosted.org/packages/df/97/216b45910c5a2129ee7c96654d7535bcf4982420c73cbd3db63040d8db20/cloudflare_bypass-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "923565490aaa0a0ffa6e1a60e9c44e9c096c69fdf6d7bf01b82f158b34d6aee1",
                "md5": "673fde19c74c0a2330ec8e67aa070a5b",
                "sha256": "ad1ec027fbf75e614cba12900b59ed34c3a5d50481fd74a0df2aa79f0615186c"
            },
            "downloads": -1,
            "filename": "cloudflare-bypass-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "673fde19c74c0a2330ec8e67aa070a5b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 23496,
            "upload_time": "2024-01-14T09:58:29",
            "upload_time_iso_8601": "2024-01-14T09:58:29.583516Z",
            "url": "https://files.pythonhosted.org/packages/92/35/65490aaa0a0ffa6e1a60e9c44e9c096c69fdf6d7bf01b82f158b34d6aee1/cloudflare-bypass-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-14 09:58:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tamnguyenvan",
    "github_project": "cloudflare-bypass",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "cloudflare-bypass"
}
        
Elapsed time: 0.17327s