Skip to content

ncesar/puppeteer-recaptcha-whisper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



Bypass reCAPTCHA with the OpenAI Whisper Model using NodeJS

Its very simple to bypass Google Recaptcha using OpenAI Whisper Model

YouTube VideoMy LinkedInMy Website

screenshot

How it works

  1. Gets the audio file from recaptcha
  2. Sends it to OpenAI Model Speech to Text
  3. Sends the answer back to Google

Requirements

  1. OpenAI api key

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/ncesar/puppeteer-recaptcha-whisper

# Go into the repository
$ cd puppeteer-recaptcha-whisper

# Install dependencies
$ npm install

# Run the app
$ npm start

About

Solving recaptcha using Puppeteer and OpenAI Whisper Model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published