jakehilborn / debbit

Automate spending requirements for high interest checking accounts / credit cards
https://jakehilborn.github.io/debbit/
MIT License
261 stars 29 forks source link

Anti-bot measures #61

Open kmantel opened 3 years ago

kmantel commented 3 years ago

I'm writing merchant support for https://www.givedirectly.org/. It uses a Stripe field for credit card info. I've tried clicking the final submit button a few different ways - webdriver click, ActionChains with mouse movement, and even injecting jquery and clicking with that. Each of these gives an error (Website Error: Create Intent Request aborted), but manually clicking or using jquery in the window opened by debbit succeeds, so I don't think it's the same as #57. Recaptcha is enabled on the site, but no challenges are sent. Was anything similar bypassed for other sites?