Reddit recaptcha

kelturon

Elite Member
Jr. VIP
Joined
Feb 25, 2018
Messages
2,085
Reaction score
1,608
Hey friends.
I am playing around with reddit's recaptcha.

It appears when I am trying to post.

Looks like they are using the new "enterprise" version.

Did someone manage to use xevil to solve Recaptcha on reddit lately?
Seems like the site key is encrypted :d
 
What proxies/VPN are you using for reddit?
I use free protonvpn or tor browser for reddit and I only get recaptcha when I sign up... that's it.
 
What proxies/VPN are you using for reddit?
I use free protonvpn or tor browser for reddit and I only get recaptcha when I sign up... that's it.
Sure bro. The question was about the captcha.
Were you able to connect that captcha on the reg to any kind of a captcha solver?
 
I'm using puppeteer-extra-plugin-recaptcha for Puppeteer and never had any issues. Last time I updated the package was like 4 months ago, so I don't think there have been any changes on Reddit's side.
 
I'm using puppeteer-extra-plugin-recaptcha for Puppeteer and never had any issues. Last time I updated the package was like 4 months ago, so I don't think there have been any changes on Reddit's side.
Did you create an account creator bot for reddit?
 
I was able to solve recaptcha on reddit reg with no problem just now.
sitekey- 6LeTnxkTAAAAAN9QEuDZRpn90WwKk_R1TRW_g-JC
 
Hey friends.
I am playing around with reddit's recaptcha.

It appears when I am trying to post.

Looks like they are using the new "enterprise" version.

Did someone manage to use xevil to solve Recaptcha on reddit lately?
Seems like the site key is encrypted :d
Are you sure they are using the enterprise version? I just checked their sign up and they are using the normal version
 
Did you create an account creator bot for reddit?
no, not yet. Just researching what reddit has to offer
Are you sure they are using the enterprise version? I just checked their sign up and they are using the normal version
I am not sure but you can find "enterprise" mentioned in the code
I was able to solve recaptcha on reddit reg with no problem just now.
sitekey- 6LeTnxkTAAAAAN9QEuDZRpn90WwKk_R1TRW_g-JC
where did you find the sitekey in the code?
 
no, not yet. Just researching what reddit has to offer

I am not sure but you can find "enterprise" mentioned in the code

where did you find the sitekey in the code?
the code for sign up? Or when posting?
 
Okay, lets start looking for 'Recaptcha sitekey decryption' asap, goddamn Google, all I want are some bots, is that too much to ask for? :)
 
Okay, lets start looking for 'Recaptcha sitekey decryption' asap, goddamn Google, all I want are some bots, is that too much to ask for? :)
You can find a few bots on Github, but keeping the accounts for more than a couple days is another story. I searched long and wide for one, but in the end I had to create my own.
 
that's the registration Recaptcha and I am talking about that one that appear when posting
This should the same I guess...
Anyway, I would advise you to check network requests in Chrome DevTools when solving recaptcha manually.
There should be sitekey value in sniffed requests.
 
This should the same I guess...
Anyway, I would advise you to check network requests in Chrome DevTools when solving recaptcha manually.
There should be sitekey value in sniffed requests.
thanks for your advice. I know about devtools. Did you see the "post" recaptcha? Seems like its not the same...
 
thanks for your advice. I know about devtools. Did you see the "post" recaptcha? Seems like its not the same...
I don't actually post on reddit.
If you would share source code of page with recaptcha, maybe I would be able to help
 
Kelturon, what programming language & packages are you using for this?
 
Either use a captcha solving solution like deathbycaptcha, or use a free browser addon that solves recaptcha via audio
 
Back
Top