Code Monkey home page Code Monkey logo

gpt4-captcha-bypass's Introduction

GPT4o Captcha Bypass

This project is a CLI tool for testing various types of captchas including puzzle, text, complicated text, and reCAPTCHA using Python and Selenium. The tool also uses OpenAI GPT-4 to help solve the captchas.

Prerequisites

  • Python 3.7+
  • Firefox Browser
  • Imgur Account for uploading images
  • OpenAI Account for GPT-4 API

Installation

  1. Clone the repository:

    git clone https://github.com/aydinnyunus/gpt4-captcha-bypass
    cd gpt4-captcha-bypass
  2. Install the required Python packages:

    pip install -r requirements.txt
  3. Create a .env file in the root directory of your project and add your Imgur Client ID and OpenAI API Key:

    echo "OPENAI_API_KEY=sk-your-openai-api-key" > .env
    echo "IMGUR_CLIENT_ID=your-imgur-client-id" >> .env
  4. Make sure you have the geckodriver for Firefox installed. You can install it using webdriver-manager:

    pip install webdriver-manager

Usage

Run the CLI tool with the desired captcha type:

python captcha_tester.py [captcha_type]

where [captcha_type] can be one of: puzzle, text, complicated_text, recaptcha.

Example:

python captcha_tester.py text

Captcha Types

  • text: Tests simple text captchas.
  • complicated_text: Tests complicated text captchas.
  • recaptcha: Tests Google's reCAPTCHA.
  • puzzle: Tests puzzle captchas.

Text

image

Complicated Text

image

Recaptcha and Slider

Recaptcha and Slider may be bypassed in average 10 attempts.

image image

Contact

gpt4-captcha-bypass's People

Contributors

aydinnyunus avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.