CambodjaMan Posted June 28, 2007 Posted June 28, 2007 Hi.. My script is for login ... but i dont know how pass the security image.. example:Can any1 help me?
evilertoaster Posted June 28, 2007 Posted June 28, 2007 (edited) those type of images were usually made specifcaily so you cant script the logon. Some more advanced OCR's might be able to stil detect some of the simpler ones though... Edited June 28, 2007 by evilertoaster
Uriziel01 Posted June 28, 2007 Posted June 28, 2007 This type of images may be readed with advanced funtion reading img pixel to pixel and using pixel maps search for defined combination (i'm not really sure if i have enough knowledge to do that script) but more advance images (with some stripes, dots or with diffrent size or font type ) are not possible to read. Sorry
CambodjaMan Posted June 28, 2007 Author Posted June 28, 2007 Hum... how can i use a OCR to read the image and type the letters and numbers?
Josbe Posted June 28, 2007 Posted June 28, 2007 Hum... how can i use a OCR to read the image and type the letters and numbers?This is an ample subject. Start learning how read pixels(e.g. PixelSearch) and searching the correct logic to evaluate each digit.Tip: Search in the forum some OCR samples. AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta
CambodjaMan Posted July 1, 2007 Author Posted July 1, 2007 (edited) Well im a little bit noob here , and i dont know how use a ORC function (or program).. . Can anyone give me a link for a tutorial or explain how can i do it?Start learning how read pixels(e.g. PixelSearch) and searching the correct logic to evaluate each digit.For what I have read, i thing that i need to separate the image in some parts.. each part is 1 digit.. etc.. But i realy dont know how can i do it xD. Edited July 1, 2007 by CambodjaMan
Moderators SmOke_N Posted July 1, 2007 Moderators Posted July 1, 2007 Well im a little bit noob here , and i dont know how use a ORC function (or program).. . Can anyone give me a link for a tutorial or explain how can i do it?If you bother to use the search feature, you'll see many of the creators of AutoIt OCRs have explained in detail (yes, you'll have to read in depth) on how to use their OCRs.Google/Wikipedia is another friend to have:http://en.wikipedia.org/wiki/Optical_character_recognitionHappy studying. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
weaponx Posted July 1, 2007 Posted July 1, 2007 I have never seen a login use a security image. Sounds like a message board submission page or something passing private info.
Gif Posted July 1, 2007 Posted July 1, 2007 I have never seen a login use a security image. Sounds like a message board submission page or something passing private info.ideed, security images are not used for logins, but more likely for registering...
/dev/null Posted July 1, 2007 Posted July 1, 2007 Hi.. My script is for login ... but i dont know how pass the security image.. example:Can any1 help me? There are reasons why those people don't want script kiddies on their web site, so just do them a favor and do not cheat! __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
FreeFry Posted July 2, 2007 Posted July 2, 2007 (edited) Judging from that image you supplied, I think that the PixelChecksum() is your best bet. Edited July 2, 2007 by FreeFry
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now