Hello,
I am trying to defeat a JavaScript based security that checks if the user is a real user. And I must say: it works really good. I am now using the emulation library in its full power, work with random timeouts, fill in the form slowly, etc. Still get not passed the security. (I looked in the code and saw they checked for mousepositions and hovering on the form items in JavaScript, Emulations.dll does not provide function to get around that.)
What I think I need is the following:
How to accomplish this. I know this is a real smart question, also for the more experienced CodeCreator users.
I hope it not scares you.
Thanks for the help
I have Googled, and found this link useful: http://msdn.microsoft.com/en-us/library/ms171548.aspx
I already know I need the instance.MainTab.Handle and the HtmlElement he.
I am trying to defeat a JavaScript based security that checks if the user is a real user. And I must say: it works really good. I am now using the emulation library in its full power, work with random timeouts, fill in the form slowly, etc. Still get not passed the security. (I looked in the code and saw they checked for mousepositions and hovering on the form items in JavaScript, Emulations.dll does not provide function to get around that.)
What I think I need is the following:
- Get the mouse pointer to a form input box
- Let it fill in
- Get the mouse to the next form input
- And so on
How to accomplish this. I know this is a real smart question, also for the more experienced CodeCreator users.
I hope it not scares you.
Thanks for the help
I have Googled, and found this link useful: http://msdn.microsoft.com/en-us/library/ms171548.aspx
I already know I need the instance.MainTab.Handle and the HtmlElement he.