CaptchaSolver.com

Discussion in 'Programming' started by csharpp, Mar 30, 2007.

  1. #1
    Did you see it? It's a CAPTCHA solver web service with API. What do you think about it?
     
    csharpp, Mar 30, 2007 IP
  2. maonnie

    maonnie Member

    Messages:
    71
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    43
    #2
    Any idea if it works? I didn't sign up but the T&Cs say "Service will be available from April 15, 2007. Please check back later."

    I say, if it actually works: Great for spammers, great for users - as hopefully it mean the death of captchas. I much prefer being asked a simple question or to choose the picture of a cat from the 3 images below etc..
     
    maonnie, Mar 30, 2007 IP
  3. SeLfkiLL

    SeLfkiLL Active Member

    Messages:
    85
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    50
    #3
    From the looks of it, it doesn't seem automated at all, but rather human-labor "workers" will be involved to answer captchas. It probably won't mean the death of captchas, but I've already seen new approaches being taken (such as Identity 2.0 and phone-call verification).
     
    SeLfkiLL, Mar 30, 2007 IP
  4. nvidura

    nvidura Well-Known Member

    Messages:
    1,780
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    150
    #4
    This is not an automated service. Paid labors will solve captas. Anyway this idea is new to me. But be warned. This site is promoting spam and supporting spammers.... nothing more than that...
     
    nvidura, Mar 31, 2007 IP
  5. krakjoe

    krakjoe Well-Known Member

    Messages:
    1,795
    Likes Received:
    141
    Best Answers:
    0
    Trophy Points:
    135
    #5
    I don't believe such a thing to be possible.......
     
    krakjoe, Mar 31, 2007 IP
  6. dp-user-1

    dp-user-1 Well-Known Member

    Messages:
    794
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    110
    #6
    I think (correct me if I'm wrong) that the "workers" train the automated system to be more accurate.
     
    dp-user-1, Mar 31, 2007 IP
  7. krakjoe

    krakjoe Well-Known Member

    Messages:
    1,795
    Likes Received:
    141
    Best Answers:
    0
    Trophy Points:
    135
    #7
    captcha is random, there is no way to train that, and the technology to disassemble jpg/gif/png digitally is not yet advanced enough ( at lesast in the web programming arena for sure ) to do this task automatically.....
     
    krakjoe, Mar 31, 2007 IP
  8. etali

    etali Well-Known Member

    Messages:
    1,215
    Likes Received:
    43
    Best Answers:
    0
    Trophy Points:
    105
    #8
    Either way, I hate CAPTCHAs, half the time I get them wrong, and I'm not even colour blind or anything. I feel really sorry for the partially sighted /colour blind people.

    There has to be a better way to stop spammers.
     
    etali, Mar 31, 2007 IP
  9. krakjoe

    krakjoe Well-Known Member

    Messages:
    1,795
    Likes Received:
    141
    Best Answers:
    0
    Trophy Points:
    135
    #9
    Lots of captchas can speak aswell as show images, it may be inconvenient, but not as inconvenient as trying to use a forum that's hammered by spambots all day long......
     
    krakjoe, Mar 31, 2007 IP
  10. exponent

    exponent Peon

    Messages:
    1,243
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Many can, but unfortunately many smaller sites do not have this.
     
    exponent, Mar 31, 2007 IP
  11. krakjoe

    krakjoe Well-Known Member

    Messages:
    1,795
    Likes Received:
    141
    Best Answers:
    0
    Trophy Points:
    135
    #11
    Maybe, but that's no reason to attempt to destroy what is infact a GOOD idea, thier efforts would be better spent in developing the idea of captcha not cracking it......
     
    krakjoe, Mar 31, 2007 IP
  12. Artisan

    Artisan Well-Known Member

    Messages:
    655
    Likes Received:
    35
    Best Answers:
    1
    Trophy Points:
    128
    #12
    Most probably the alphanumeric images which are used now would give way to natural language questions which would be easy to answer by the human beings but hard to answer by the machines.
     
    Artisan, Mar 31, 2007 IP
  13. Xangis

    Xangis Active Member

    Messages:
    182
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    78
    #13
    Actually, there is image recognition code advanced enough to handle the task. Some solvers can solve captchas with as high as 100% accuracy, depending on the complexity of the image. Some of the solver bots are getting pretty sophisticated with their OCR technology, and many of the most successful ones use neural network algorithms.

    Look up PWNtcha. That's one of the better ones.

    I'm all for stopping spambots, but captchas are a horrible idea IMHO. Not all of them are so easy for Humans to solve on the first try.
     
    Xangis, Mar 31, 2007 IP
  14. krakjoe

    krakjoe Well-Known Member

    Messages:
    1,795
    Likes Received:
    141
    Best Answers:
    0
    Trophy Points:
    135
    #14
    http://sam.zoy.org/pwntcha/

    Having looked at that project further, it's not so impressive, they are attacking specific types of capthca image, not capthca in general, the project admits that there are some captcha methods that are undefeat ed/able

     
    krakjoe, Mar 31, 2007 IP
    GTech likes this.