stevenmirabito / balance-check

Check gift card balances for a variety of providers
MIT License
34 stars 16 forks source link

Blackhawk / Gift Card Mall / Simon / 5Back #4

Open nmock opened 4 years ago

nmock commented 4 years ago

Any ideas how to proceed with captcha verification with the blackhawk provider? Seems that they are now using recaptcha verification via Arkose Labs, moving away from Google's recaptcha service.

stevenmirabito commented 4 years ago

Yes, this is supported by Anti-CAPTCHA. The implementation will have to be updated for the new CAPTCHA provider.

ruanxuyi commented 4 years ago

Got error "(ThreadPoolExecutor-0_0) [CRITICAL] Unable to find reCAPTCHA" for blackhawk. Likely that they have changed the class id g-recaptcha?

stevenmirabito commented 4 years ago

I have updated the Blackhawk provider with support for the new Arkose Labs FunCaptcha, however I keep getting "Invalid Captcha" responses from their site when I test the provider (both proxyless and with a proxy). I'm not sure what's wrong, and I don't have the time to invest in debugging this further right now, but feel free to troubleshoot and please submit a PR if you get it working.

Markc1488 commented 2 years ago

Are people still working on this?

j4jstyle commented 2 years ago

For Arkose labs, you need to solve the captcha first, and inject the token in headers when doing request. You still need to play with sessionid, uuid and other stuff to succeed "Enforcement" related matters, else you will keep getting Invalid Captcha the whole time.