maximedrn / hcaptcha-solver-python-selenium

hCAPTCHA solver and bypasser for Python Selenium using a Tampermonkey userscript. Simple website to try to solve hCAPTCHA.
https://maximedrn.github.io/hcaptcha-solver-python-selenium/
Apache License 2.0
81 stars 31 forks source link

[Question] Support captcha_rqdata param? #10

Closed ChronoBrake closed 2 years ago

ChronoBrake commented 2 years ago

Hey that AI solver support rqdata (hcaptcha enterprise) param? For example Discord giving it in that form:

{
   "captcha_key":[
      "You need to update your app to join this server."
   ],
   "captcha_sitekey":"a9b5fb07-92ff-493f-86fe-352a2803b3df",
   "captcha_service":"hcaptcha",
   "captcha_rqdata":"0Ji4wdKunnOywUKq5nv3KMJ6tqGH9wcWBl0Q0VM8VuvRIqcKk+SwA9vHPPUCePb/PUWD2YIDU/uucUImTNwL48p1YTzzdwTQXN9jg4pJ0e43EqFGSPC1KTdXS3oIu0sY6OBcxZft05er3eqeSSfUNfMZYeo8KIcOUcM7HX6r",
   "captcha_rqtoken":"IlpxMis0ZlNHdEJ3ZEZ4bUU4dFo4L3UwUFBQc1JhM1hoTUlDTTcxcGtaZkUxUU5XRzNEblZuL2ZwQ01mNjVRSExORVZxRVE9PXozeW1XYzhaQVBQV3g4dkci.Yk3_qw.t18rr3DCRCYfvQKxRlu73vrTQM8"
}

Best Regards

maximedrn commented 2 years ago

This solver works with object recognition, it does what a human can do manually but in an automated way.