Results 1 to 17 of 17

Thread: [RESOLVED] [2005] Question about Captacha image

  1. #1

    Thread Starter
    Banned
    Join Date
    May 2008
    Posts
    461

    Resolved [RESOLVED] [2005] Question about Captacha image

    Hi guys

    I need your help with the web browser control, I cant find any code that would get pass the automatic captacha image. I did a search but don't think any of them do get a pass or i might be wrong then?? The reason why i need to get pass the automatic captacha image, as i need to get pass on the registration form on my webpage.



    I tried to create the code myself and seen to be impossible to get pass of the text image.


    Hope there is situation for my need.


    Thanks,
    Mark
    Last edited by Mark107; Sep 4th, 2008 at 03:13 PM.

  2. #2

  3. #3

    Thread Starter
    Banned
    Join Date
    May 2008
    Posts
    461

    Re: [2005] Question about Captacha image

    Well I meant to say that, I wanted the project to read the words and numbers from the image and they could input them on the webpage textbox in order to get pass it. It did not mean I am trying to hack my own website. I just wanted to try and get pass to the registration form.


    Are there any way to read the words and numbers then input on the webpage textbox??


    Thanks,
    Mark

  4. #4
    PowerPoster
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,070

    Re: [2005] Question about Captacha image

    So you want to create a program that reads the captcha image and automatically enters the string of letters into the textbox and submits the form..?

    That sounds exactly like hacking to me... You are creating a bot designed to surpass security measures...?!

    The captcha image is there to prevent exactly this! It is made so hard to read to stop computers from reading it... So I highly doubt you are going to be able to let your program read the image, and I am 100% sure you're not going to get any help form this forum...

    Or am I completely missing your idea here..?!

  5. #5

    Thread Starter
    Banned
    Join Date
    May 2008
    Posts
    461

    Re: [2005] Question about Captacha image

    Yes, I am making a program that reads the captcha image and automatically enter the string of letters with words and numbers into the textbox but not submit the form or hacking.




    Are there is a way to get pass the captcha by enter the string of letters into the textbox??


    As I want to make a quick fill to the form textbox without typing any of the textbox, especially on the captacha image that i wish to get pass.


    Thanks,
    Mark
    Last edited by Mark107; Aug 31st, 2008 at 02:59 PM.

  6. #6
    Fanatic Member
    Join Date
    Feb 2006
    Posts
    607

    Re: [2005] Question about Captacha image

    This is extremely hard and definately not the in realm of vb.net. Maybe it is but it is way slower.

    You'll need to come up with a highly complex algorithm to bypass this. Its not easy. And You wont find help here.

  7. #7

    Thread Starter
    Banned
    Join Date
    May 2008
    Posts
    461

    Re: [2005] Question about Captacha image

    Thanks for the help. However if it is possible to make a quick captcha for human to write the letters without any cap on the textbox of the webpage??





    if you type the letters without cap, you will get pass it.



    If there possible to use for vb.net then I would appreciate it otherwise if it is impossible for my situation need then I will close the thread.



    Let me know if possible.



    Thanks,
    Mark
    Last edited by Mark107; Sep 4th, 2008 at 03:14 PM.

  8. #8
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    Re: [2005] Question about Captacha image

    Could you rephrase your question in your last post? I'm not sure I understand. However, I hope you're not still looking to retrieve the text in a captcha image, as that would be to violate this forums AUP.
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

  9. #9

    Thread Starter
    Banned
    Join Date
    May 2008
    Posts
    461

    Re: [2005] Question about Captacha image

    Right, I am looking for a quick captcha that when you type the letters without cap letters, you get pass it by human.



    I hope it is possible to use it for vb.net if it not violate this forums AUP otherwise I will close the thread ??



    Thanks,
    Mark
    Last edited by Mark107; Aug 31st, 2008 at 05:31 PM.

  10. #10

    Thread Starter
    Banned
    Join Date
    May 2008
    Posts
    461

    Re: [2005] Question about Captacha image

    Do anyone know how I could read the php code using with quickcaptcha on vb.net without adding the php code on my webpage so that I can input the uncap letters on the textbox to get pass??




    Hope there is situations for my need.


    Thanks,
    Mark

  11. #11
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: [2005] Question about Captacha image

    Quote Originally Posted by Mark107
    I cant find any code that would get pass the automatic captacha image. I did a search but don't think any of them do get a pass or i might be wrong then?? The reason why i need to get pass the automatic captacha image, as i need to get pass on the registration form on my webpage. The link is : http://mark107.awardspace.com/register.php
    Well, this is borderline shady as it can be used for spamming but since this is your own website, it can be legit as well (testing security, etc).

    Having said that, what you want to do is extremely difficult. Think about it; if spam bots could easily read captchas then there would be no point to them.

    A very simple captcha can be read without too much difficulty (you still need to use some sort of OCR technology or attempt to write that yourself (trust me, you don't want to)) can be read in with some work. A captcha as advanced as the one on your site? Good luck! It would be cheaper to pay someone to sit there and enter them.
    Quote Originally Posted by NickThissen
    That sounds exactly like hacking to me... You are creating a bot designed to surpass security measures...?!
    Bypassing a captcha and hacking are very different. This is not hacking but could be used in spamming.
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  12. #12
    PowerPoster
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,070

    Re: [2005] Question about Captacha image

    Quote Originally Posted by kasracer
    Bypassing a captcha and hacking are very different. This is not hacking but could be used in spamming.
    Well maybe not hacking, I couldn't find the right word for it... What I meant was that the captcha image is there to prevent exactly this kind of thing. It is there to prevent 'bots' (programs) to pass the registration, so if someone asks how to read a captcha image, there's a good chance they're trying to create a bot...

  13. #13

    Thread Starter
    Banned
    Join Date
    May 2008
    Posts
    461

    Re: [2005] Question about Captacha image

    Did you guys read my 10th post?? I need to know if possible to read php code on vb.net using with quickcaptacha.



    If it impossible for my situation then I would close the thread to remark as resolve that it would be no points to continue to posts as I would not get any help.



    Thanks,
    Mark
    Last edited by Mark107; Sep 2nd, 2008 at 05:32 PM.

  14. #14
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: [2005] Question about Captacha image

    no, you can't, it is impossible, i told you that via PM, via the other post, and I will say it here now.

    CAPTCHA is designed as a way to prove a human is typing at a computer, and not any sort of automated machine. You are trying to make an automated machine make CAPTCHA think a human is there.

    Is CAPTCHA 100% fool proof, absolutely not. Are you going to be able to write a piece of code that will bypass CAPTCHA by interpreting the image and figuring out the letters and numbers, absolutely not.

  15. #15
    Member
    Join Date
    Jun 2008
    Posts
    37

    Re: [2005] Question about Captacha image

    If its your own site, why do you need to bypass it? Surely you can just register a few using the captcha to check its working, then for testing purposes just comment out the captcha code so its not needed. Or am I missing the point?

  16. #16
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: [2005] Question about Captacha image

    if it was for your own site you could just make a webservice to do direct registers of accounts, and no web automation would be needed at all, if its your own site, and you have full control over the site files, then there are a few ways to do it without needing to fill any web forms.

    My guess is he plans to use this on other sites as well, or he is trying to make a browser app that is JUST for viewing his site?

  17. #17

    Thread Starter
    Banned
    Join Date
    May 2008
    Posts
    461

    Re: [2005] Question about Captacha image

    Thanks for the help anyway, resolved!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width