Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
GoogleRecaptchaBypass — Solve Google reCAPTCHA in less than 5 seconds! 🚀 | Kitploit
도구/GitHubGitHub/sarperavci/googlerecaptchabypass
Scripting & AutomationWeb SecurityAnti-BotCAPTCHA Bypass
GitHubsarperavci/googlerecaptchabypass

GoogleRecaptchaBypass

Solve Google reCAPTCHA in less than 5 seconds! 🚀

저장소 보기
1.8k28916일 전Kitploit 검토 완료

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유
요청한 언어로 콘텐츠를 사용할 수 없습니다. 영어 버전을 표시합니다.

Google Recaptcha Solver

We love bots ❤️, but Google doesn't. So, here is the solution to bypass Google reCAPTCHA.

Solve Google reCAPTCHA less than 5 seconds! 🚀

This is a Python script to solve Google reCAPTCHA using the DrissionPage library. Selenium implementation will be added soon.

Recent Updates

Good news! Selenium implementation is added. Thanks to @obaskly for the contribution. Check out the selenium branch for more details.

Sponsors

IPcook

IPcook

Need Reliable Proxies? IPcook Has Got You Covered

  • 🔄 Monthly Plans with Auto-Renewal
  • 🚀 99.99% Uptime
  • ⚡ Avg. Response Time < 0.5s
  • 📶 Up to 100K Concurrent Connections
  • 🌍 55M+ IPs Across 185+ Locations
  • ♻️ IP Rotation Per Request
  • 🔒 Up to 10 Sub-accounts
  • 🛟 24/7 Premium Support
  • 🎁 Start with a FREE 100MB Trial

    💸 Use code WELCOME20 for 20% OFF

    RapidProxy

    RapidProxy

    RapidProxy – Power Your Data with Premium Proxies

    🎁 Try proxies for free + Use code RAPID10 for 10% OFF

    Why Choose RapidProxy?

    • 90M+ IPs in 200+ countries & regions
    • No expiration on traffic — use anytime, no pressure
    • Unlimited concurrency for maximum performance
    • Starting from just $0.65/GB — built for scale
    • City-level targeting for precise geo access
    • Flexible session control tailored to your needs
    • Enterprise-grade speed & reliability
    • Built for large-scale automation

    💡 Built for Growth

    Whether you're scaling scraping operations, running automation, or accessing global content, RapidProxy delivers the speed, stability, and flexibility you need to grow without limits.

    👉 Start your free trial today: https://www.rapidproxy.io/?ref=sarperavci


    Installation

    Three dependencies are required to run this script. You can install them using the following command:

    root@kitploit:~
    pip install -r requirements.txt
    

    Also, you need to install ffmpeg. You can download it from here.

    root@kitploit:~
    sudo apt-get install ffmpeg
    

    Usage

    To implement this script in your project, you can follow a similar approach as shown below:

    root@kitploit:~
    from DrissionPage import ChromiumPage 
    from RecaptchaSolver import RecaptchaSolver
    driver = ChromiumPage()
    recaptchaSolver = RecaptchaSolver(driver)
    driver.get("https://www.google.com/recaptcha/api2/demo")
    recaptchaSolver.solveCaptcha()
    

    I have created test.py to demonstrate the usage of this script. You can run the test.py file to see the script in action.

    Demo

    Demo

    How does it work?

    We automate the browser to solve the reCAPTCHA. Instead of image captcha, we are solving the audio captcha. The audio captcha is easier to solve programmatically.

    One warning: Google may block your IP if you solve too many captchas in a short period of time. So, use this script wisely or change your IP frequently.

    Star History

    Star History Chart
    도구 다운로드