bladee4r
Regular Member
- Joined
- May 3, 2021
- Messages
- 379
- Reaction score
- 349
When scraping with Python is there a secret method to make reCaptcha not trigger?
Or am I f***ed?
Or am I f***ed?
There is, but I bet you won't find the guy nor he will sell it to you or anyone.When scraping with Python is there a secret method to make reCaptcha not trigger?
Or am I f***ed?
I'm not sure anyone could answer that very vague question. But if you are forced to use recaptcha there is software, like Capmonster desktop, that will recognize the captchas automatically for a low price instead of you having to pay for manual solvers (like 2captcha, decaptcher) which can be very costly.
There is, but I bet you won't find the guy nor he will sell it to you or anyone.
Other than that, feel free to reverse their code and exploit it (that's how it's done).
In another case just pay for a resolver.
If it was hCaptcha there is currently live EXPLOIT and a way to bypass it (but making your process a lot slower)
Yeah I was thinking to send to external but I just thought I would randomly post in the chances I would get an early Christmas present and there was a free trickJust solve the captcha with one of the MANY websites selling this service.
Yeah I was thinking to send to external but I just thought I would randomly post in the chances I would get an early Christmas present and there was a free trickOh well no rest for the wicked
![]()
I had a chance to see the exploit I mentioned in production, it's not really the price reduction. It's more of a speed gain. Imagine cutting like 10 to 20 seconds on an action that is repeated twice per run.. That's 20 to 40 seconds down from the initial... And count that this is only time from posting to getting the solution.. At at least 5 to 10 seconds on top of it.Yeah I was thinking to send to external but I just thought I would randomly post in the chances I would get an early Christmas present and there was a free trickOh well no rest for the wicked
![]()
That's cool. Honestly I'm just looking to do an automated way. I need just to bypass a single gate for login entry. So in my case I don't really care about saved time, even if it takes 1 minute it's fine I just need it passed automaticallyI had a chance to see the exploit I mentioned in production, it's not really the price reduction. It's more of a speed gain. Imagine cutting like 10 to 20 seconds on an action that is repeated twice per run.. That's 20 to 40 seconds down from the initial... And count that this is only time from posting to getting the solution.. At at least 5 to 10 seconds on top of it.
You got me so excited when you mentioned hcaptcha. Do you know if I could implement this inside BrowserAutomationStudio? If you're not familiar with that software it's one of many bot creation apps ( like Zennoposter, etc)There is, but I bet you won't find the guy nor he will sell it to you or anyone.
Other than that, feel free to reverse their code and exploit it (that's how it's done).
In another case just pay for a resolver.
If it was hCaptcha there is currently live EXPLOIT and a way to bypass it (but making your process a lot slower)