Jump to content

Looking for script to bypass Anti-bot check


Recommended Posts

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 by azeazezar
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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 :P

Edited by KOlopoE
Link to comment
Share on other sites

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 by KOlopoE
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...