1
Lenzs
7y

Ok so, i wanted to make python script that creates 100 accounts on some website via proxy(1acc on 1 proxy). Proxy part should be easy, but how do i solve captcha of trees and street signs? I saw there is some python module captcha-solver but havent tried it. What do you think, can this work?

Comments
  • 0
    Welcome to devrant

    Mmmaaybe, if you can bypass the verification, but i think javascript would be easier
  • 0
    Well if you have to bypass the captcha maybe the owner doesn't want you to create 100 accounts ;) The new captchas are unsolvable for a bot btw so no chance....unless you can get the captcha check to not trigger
  • 0
    @Lenzs Just an idea. Why don't you fetch the payload format for a successful registration and the endpoint it sends to and try to reproduce that. Who knows what might happen.. 😉
  • 1
    @Lenzs Well the Google One click captchas are unsolvable for bots ;)
  • 0
    I am sure he is talking about the new captchas since he talked about trees and street signs...which is something from the new captchas
  • 1
    @Lenzs you can't bypass it believe me...the script checks a lot of info and also how you moved your mouse etc....look it up it's crazy....and the picture tile thing is unsolvable for bots because they can't recognise the objects...so your only hope is that it trusts you...pressing a button should be easy...getting the test to pass not so much...
  • 0
    @SHA-256 actually with a few caveats it is doable. Both the tick box and the image recognition. I did a bit of research in to it as part of my degree dissertation, and I managed, at least until the rate limiting part of the system kicked in.
  • 4
    @Lenzs I did everything in Python using Selenium. Frankly though, I have literally zero desire to actually tell you how to do it. I believe it is my moral imperative not to. The only reason you're going to be doing this is for something grey-hat at best, and I want no part of that.
  • 2
    @Lenzs you know what? I appreciate that a lot. Thank you.
Add Comment