Plasmonix / SnapBrute

🥀 Brute force tool for Snapchat
GNU General Public License v3.0
158 stars 58 forks source link

ReCaptcha ByPass - GET is not supported #5

Open Growik opened 2 years ago

Growik commented 2 years ago

Hello everyone. I have just tried this code and ReCaptcha bypass is not working anymore. Everytime I try, I get this error: HTTP method GET is not supported by this URL after doing GET request to https://www.google.com/recaptcha/enterprise/reload?k=6LezjdAZAAAAAD1FaW81QpkkplPNzCNnIOU5anHw

Growik commented 2 years ago

Somehow I fixed it, getting captcha response and everything, but Snapchat response is: "Unable to verify captcha". I have found out, that they probably changed key to 6LeunykcAAAAACP-WEAPOD9UCKiT6lgp7172wwp

But when I create get request to https://www.google.com/recaptcha/enterprise/anchor?ar=1&k=6LeunykcAAAAACP-WEAPOD9UCKiT6lgp7172wwpl&co=aHR0cHM6Ly9hY2NvdW50cy5zbmFwY2hhdC5jb206NDQz&hl=en&v=4rwLQsl5N_ccppoTAwwwMrEN&size=normal&badge=inline&cb=l5dm8zqhvs7c

I get correct recaptcha_token, but post request with that token ends up with null null response..

Any idea, how to fix this?

Couldnotcomply commented 2 years ago

You ever manage to get this fixed?