Git Product home page Git Product 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 main.py [captcha_type]

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

Example:

python main.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

Stargazers

Xiao Wu avatar hackettk avatar  avatar xzxx0z avatar Roni avatar Mr.li avatar  avatar  avatar Xiao chen avatar Leonardo Hidalgo avatar Sebastian Szelewicz avatar 马到成功 avatar  avatar Alexander Morgun avatar Arnim Rupp avatar Onur Civan avatar Erua avatar Miguel García avatar 是你的浪浪 avatar  avatar Geograph avatar Mohammed Shan avatar  avatar K3r3m avatar sanronr avatar Alperen G. avatar Kemal YETKİN avatar  avatar Mikhail Yeremeyev avatar  avatar Utku Sen avatar Alan George avatar  avatar Amin Bohio avatar  avatar  avatar  avatar Tarun avatar Dogan avatar Erick Mendes avatar Carlos avatar kernaltrap avatar Aleksei Kulaev avatar Computer button pusher // Pousseur de boutons en informatique  || SIN - SIN HACK - HACK || NO-CODE evangelist || Black coffee like my sense of humor avatar  avatar  avatar Maxim Marshak avatar Josué Rodriguez avatar  avatar jjy avatar  avatar  avatar  avatar  avatar  avatar AngelliaX avatar Arnold Zhou avatar Ryze avatar Arsham Roshannejad avatar lucam avatar Emirhan Mutlu avatar  avatar  avatar  avatar Ton Luong avatar LiTong avatar JVM avatar  avatar Can Evgin avatar İsmail Codar avatar Robin avatar Tran Hieu avatar  avatar Vladislav Kobzar avatar  avatar  avatar Volkan Çiçek avatar  avatar DavidB avatar James Hodgkinson avatar  avatar  avatar  avatar Ehsan U. avatar Subramanian E avatar  avatar gsfish avatar Abadan avatar  avatar  avatar Vampire avatar Marco avatar  avatar  avatar  avatar frankrrresy avatar HotSpurzzZ avatar  avatar Vitaly avatar Omar Baklouti avatar

Watchers

Vinicius Ianni avatar  avatar Mücahit Akıncı avatar Kostas Georgiou avatar  avatar

gpt4-captcha-bypass's Issues

ChatGPT Response: Unable to view images or open links directly

Hey Yunus,
First of all thank u for your public project. I am try to use ask_recaptcha_to_chatgpt function with imgur api.
The imgur api works fine but chatgpt returns like this;
I'm unable to view images or open links directly. However, if you describe the image and provide the instruction written at the top, I can help you identify the relevant squares based on the description and the instruction. Please provide the instruction and describe any noticeable features of the squares.

What should i do ?

image

Issue with puzzle option

Hello, result = None in line 152 potentially results in the error below.

gpt4-captcha-bypass % python3 main.py puzzle
Traceback (most recent call last):
File "/path-to-file/gpt4-captcha-bypass/main.py", line 295, in
main()
File "/path-to-file/gpt4-captcha-bypass/main.py", line 284, in main
puzzle_test(driver)
File "/path-to-file/gpt4-captcha-bypass/main.py", line 153, in puzzle_test
if result < 110:
^^^^^^^^^^^^
TypeError: '<' not supported between instances of 'NoneType' and 'int'

Cannot run captcha_tester.py text

I'm running into the issue below:

gpt4-captcha-bypass % python3 captcha_tester.py text
/opt/homebrew/Cellar/[email protected]/3.12.4/Frameworks/Python.framework/Versions/3.12/Resources/Python.app/Contents/MacOS/Python: can't open file '/path-to-file/gpt4-captcha-bypass/captcha_tester.py': [Errno 2] No such file or directory

I checked the repo and could not find the captcha_tester.py file. Am I missing anything here?

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.