mikeyy / nonoCAPTCHA

An asynchronized Python library to automate solving ReCAPTCHA v2 using audio
GNU General Public License v3.0
895 stars 196 forks source link

Can you send me a new prituni address #28

Closed frosty00 closed 6 years ago

frosty00 commented 6 years ago

Looking to work on this project again, but would like a proxy to use.

Feel free to email me.

Many thanks, Carlo

frosty00 commented 6 years ago

So just from looking at the code I can see we have updated to pyppeeteer 0.0.21

New exceptions have been added:

(SafePassage, ButtonError, DefaceError, PageError, nonocaptchaError)

These are all pretty self explainitory except for SafePassage, is this error supposed to help distinguish between when to solve audio vs solve image?

Are the design goals still the same as the flowchart

mikeyy commented 6 years ago

Hey, due to some unfortunate circumstances, I've been unable to afford the usual proxies for this month. I've been researching other services and may have found a feasible alternative that fits my budget. However, my server is also due for this month and makes it difficult for me to make ends meet. Trying to come up with a solution but almost running out of ideas.

mikeyy commented 6 years ago

These are all pretty self explainitory except for SafePassage, is this error supposed to help distinguish between when to solve audio vs solve image?

Correct, SafePassage is just an exception that's raised when Base.check_detection times-out. Considering Base.check_detection evaluates a variety of Javascript elements, it seemed the most reasonable at the time. A change in logic is planned.

frosty00 commented 6 years ago

No worries at all, we can continue to work on the image solving part for now since they typically take longer to ban image attempts and rarely block on the first checkbox.

I currently have a server and I think I have access to the servers at Berkeley for free so I will investigate that also and get back to you.

Perhaps you could downgrade to less proxies if possible?

Anyways, I appreciate all the work you have done on the library.

mikeyy commented 6 years ago

Yeah, blocking from images is rare, at most it'll require you to solve additional.

I'm open to practical alternatives. Lately, I've been using a 20 cores/40 thread server for testing the solver at high loads (around 150 Chrome instances).

The proxy provider I'm considering gives a choice for how many proxies to purchase. I won't have 50,000 proxies to rotate through, but I'll have to make it work.

Thank you, I don't plan on quitting anytime soon, there is much work to be had. 👍

ghost commented 6 years ago

Smartproxy works pretty good with XEvil recaptcha solving

frosty00 commented 6 years ago

@BenBaltz url to smartproxy?

ghost commented 6 years ago

smartproxy.io I believe, it's expensive but very high quality USA residential

ghost commented 6 years ago

I'd be willing to pay $.75-1 per 1k recap if you guys had this working consistently.

mikeyy commented 6 years ago

Smartproxy works pretty good with XEvil recaptcha solving

Awesome, I'm looking into them now. I wonder how long 5GB would last.

My other choice was https://blazingseollc.com/

frosty00 commented 6 years ago

I'd be willing to pay $.75-1 per 1k recap if you guys had this working consistently.

I think there are already sites that do sell recaptchas via API, however the better solution would be to integrate it into your own code for free

ghost commented 6 years ago

@frosty00 this has never worked reliably on either of my machines.

mikeyy commented 6 years ago

I'd be willing to pay $.75-1 per 1k recap if you guys had this working consistently.

That was my introductory price once I had a service running, so I could make all the other competitors dry. After initial runs, and considering it profitable I may leave it at 1$.

I think there are already sites that do sell recaptchas via API, however the better solution would be to integrate it into your own code for free

There are but they charge upwards of $3.00 per 1000

ghost commented 6 years ago

other sites selling recaptcha right now are very expensive or too slow.

ghost commented 6 years ago

@mikeyy blazing is data center i thought

mikeyy commented 6 years ago

@mikeyy blazing is data center i thought

They have residential rotating as well. At least, I thought. Either way, I ran their 2-day test of 5 proxies and had some success reaching the audio. It was a hit or miss though.

On the other hand, I just ran a test for 30 minutes and neither reached the audio part. It seems time plays a huge part, maybe. I tested these late at night before and now during the day, they aren't effective.

mikeyy commented 6 years ago

I purchased the micro plan from SmartProxy, and initial results are promising. Unsure how long 5GB will last though. Now to figure out the server ordeal...

Thanks @BenBaltz

mikeyy commented 6 years ago

Well, 5GB isn't going to last long at all. At my current rate, I'd consume the bandwidth by the next hour. This blows. The proxies work well too, despite that.

Will see if blocking images helps any.

mikeyy commented 6 years ago

Finally ran an overnight test with the 5GB plan and consumed the bandwidth after 200 successful solves. Despite the services ability to reach the audio part regularly, they are too expensive for this task, even after blocking images.

mikeyy commented 6 years ago

Closing this issue, feel free to reopen.