PyPasser icon indicating copy to clipboard operation
PyPasser copied to clipboard

Bypassing reCaptcha V3 by sending HTTP requests & solving reCaptcha V2 using speech to text engine.

Results 13 PyPasser issues
Sort by recently updated
recently updated
newest added

anchor url: https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LebGb0dAAAAALVVq5NyllkKd3O7ShkwHHAkqsoL&co=aHR0cHM6Ly93YWl0bGlzdC5hcGVuZnRleC5jb206NDQz&hl=ru&v=2uoiJ4hP3NUoP9v_eBNfU6CR&size=invisible&cb=7eimmxc1uvrj ``` Traceback (most recent call last): File "D:\PyCharm Projects\abuse_apenftex\main.py", line 99, in loop.run_until_complete(send_async_requests(1)) File "D:\Apps\Anaconda\envs\functions_env\lib\asyncio\base_events.py", line 642, in run_until_complete return future.result() File "D:\PyCharm Projects\abuse_apenftex\main.py", line 93, in...

hello bro, I have successfully used the recaptcha version v3, but it worked on a few tries, sometimes 1 to 3, after that it will error "invalid captcha", do you...

Hello what about website that use code like grecaptcha.ready(function() { grecaptcha.execute(site-key, {action: 'verify'}).then(function(token) { document.getElementById('g-recaptcha-response').value = token; }); }); how to bypass this kind of recaptcha v3 ?

Im trying to submit a V3 generated token to spotify register recap, but i get INVALID_REASON_UNSPECIFIED as the answer to this https://www.spotify.com/api/signup/recaptcha/assess. (Normal solving results in a OK response) The...

Add pocketsphinx library and how to install ffmpeg on windows and linux

Hi bro, I'm using your script, but it's missing the page-action. Is there a way to submit a page-action?

HOW TO KNOW IF PAGE IS USING RECAPTCHA V2 OR V3 PLEASE HELP ME GOOGLE RECAPTCHA

Is it possible for PyPasser to work with Selenium Web Driver for Web Scraping?

from pypasser import reCaptchaV3 reCaptcha_response = reCaptchaV3('https://www.latamairlines.com/bff/air-offers/v2/offers/search?outOfferId=null&outFlightDate=null&cabinType=Economy&destination=SCL&inOfferId=null&inFlightDate=null&adult=1&origin=ARI&outFrom=2023-06-08&sort=PRICE%2Casc&child=0&redemption=false&inFrom=null&infant=0') print(reCaptcha_response.recaptcha_response) throws this error token = cls.get_recaptcha_token(data['endpoint'], TypeError: 'NoneType' object is not subscriptable

![image](https://github.com/xHossein/PyPasser/assets/93249676/392a27cc-b0a9-4351-a659-efbf534d7d3c)