Skip to content

A small python library to automatically solve reCAPTCHAs

License

Notifications You must be signed in to change notification settings

threadexio/python-captcha-bypass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-captcha-bypass

License Tests

A small and harmless utility written in Python used to solve CAPTCHAs with Selenium.

How to use

  1. Clone this repo
git clone https://github.com/threadexio/python-captcha-bypass
  1. Copy src/captcha_bypass.py to your project

  2. Import with from captcha_bypass import solve_captcha


Dependencies:

  • python3

  • chromium (or Google Chrome, others might work but are not tested)

    • Windows: https://www.chromium.org/getting-involved/download-chromium
    • Linux:
      • Debian-based: sudo apt-get install chromium
      • Arch-based: sudo pacman -S chromium
      • Fedora-based: sudo dnf install chromium
  • ffmpeg

    • Windows: https://www.ffmpeg.org/download.html
    • Linux:
      • Debian-based: sudo apt-get install ffmpeg
      • Arch-based: sudo pacman -S ffmpeg
      • Fedora-based: sudo dnf install ffmpeg

Docs

solve_captcha(browser, captcha)

browser: is the active webdriver instance (selenium.webdriver)

captcha: is a reference to the CAPTCHA's iframe

See src/test.py for a code example


Legal Disclaimer

This was made for educational purposes only, nobody directly involved in this project is responsible for any damages caused. You are responsible for your actions