[Request] How to bypass Captcha from website - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18) +---- Forum: Visual Basic and the .NET Framework (https://www.supportforums.net/forumdisplay.php?fid=19) +---- Thread: [Request] How to bypass Captcha from website (/showthread.php?tid=18376) Pages:
1
2
|
RE: [Request] How to bypass Captcha from website - Extornia - 04-30-2011 FYI, there will never be a general captacha program. Well perhaps yes, but sooner or later certain sites will update their systems. All I know is that its easiest to do a program that exports a image from a site, and asks you to enter it in a textbox. Cheers mate. RE: [Request] How to bypass Captcha from website - Extornia - 05-01-2011 (05-01-2011, 07:02 AM)besimbicer Wrote: a new question how to auto write captcha from textbox ? You do realise no captacha on sites are in textboxes? They're in images. RE: [Request] How to bypass Captcha from website - KoBE - 05-04-2011 If you are looking for code to automatically write the captcha then that would be a little bit more difficult. Not impossible, but I think it is a bit to advanced for you. RE: [Request] How to bypass Captcha from website - KoBE - 05-05-2011 (05-05-2011, 07:55 AM)besimbicer Wrote: kobe i am viewing your code only giving captcha pics okay no problem my need how to write my textbox from captcha key (or how to wirte captcha key from textbox ) Well I can't look at the site because it's blocked where I work. But I think The High Roller already posted it: Quote: I can't test it, but you can try it. RE: [Request] How to bypass Captcha from website - KoBE - 05-09-2011 (05-09-2011, 09:37 AM)besimbicer Wrote: ignore my first question Good luck with that venture. It is possible to do in .Net but you will most likely need third party libraries. Here is a link to get you started: http://www.pixel-technology.com/freeware/tessnet2/ |