KOlopoE Posted August 18, 2006 Posted August 18, 2006 Like I sad in title - i'm looking smth to pass thru the antibot check in registration pages.
azeazezar Posted August 18, 2006 Posted August 18, 2006 (edited) Like I sad in title - i'm looking smth to pass thru the antibot check in registration pages. Start with a script of your own, then ask us for help about the bits you don't understand Wat game are you talking about? Edited August 18, 2006 by azeazezar
Smorg Posted August 19, 2006 Posted August 19, 2006 I think hes refering to the visual confirmation on email & forum regestration pages. You could probably write some logic to figure it out for most sites via pixelreading. This would be difficult though and you would have to specifically tailor your bot to attack a single site, since they all use differant graphics. That would usually be a waste of time. some are very complex and highly randomized.
clearguy Posted August 19, 2006 Posted August 19, 2006 I've seen a version,that included the code in the source html. If it's your case,you could make a string search,example: if before the code it is "var55=<code>" you make a search of "var55" then read the code...so it"s just an idea,let your creativity play. I've never met anyone who codes binary. StringMultiInsert()SOW EncryptFrench autoit forum - forum français
KOlopoE Posted August 19, 2006 Author Posted August 19, 2006 (edited) Well i examined the HTML source :Thats for the input:<input name="securityAnswer" MaxLength="12" Width="300" taborder=6 onkeyup = "java script: return inputLengthCheck(9);" /></td><td valign = "top">Ant this is img with antibot sec code :<img src="/captcha.jpg" width = "293" height = "70"></td>Captcha.jpg is always running randomly so I think there is no way to do autoit script whitch uses the html source code.Any clue ??As for the pixelreading - don't expect too much from a n00b Edited August 19, 2006 by KOlopoE
Kickassjoe Posted August 19, 2006 Posted August 19, 2006 IF you want to get very far on any project you do... you're going to have to learn to "pixelread" -.- What goes around comes around... Payback's a bitch.
KOlopoE Posted August 19, 2006 Author Posted August 19, 2006 (edited) Will I find any lesson or clue for pixelread in 1,2,3 Autoit Guide ? They are TOTALY random so server must'a have a generatior for this one. Anyway, pixel reading wont help couse those letters and numbers have their random position and random color + the background changes all the time. Edited August 19, 2006 by KOlopoE
Richard Robertson Posted August 19, 2006 Posted August 19, 2006 Most good pages that have authentication by picture will submit your response to the server and it will be validated there. As for what you are doing, why do you want to get around something? Most of the time, those real-person authentications are there because people shouldn't be using bots. This usually ends up becoming spam.
KOlopoE Posted August 19, 2006 Author Posted August 19, 2006 So what should i DO ? I don't wannna input them by my self Doh !
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