Home > Software engineering >  How to simulate the website login click and slide block authentication?
How to simulate the website login click and slide block authentication?

Time:09-26

I now use firebug to grab the login to the site of the protocol data, and HTTP protocol head assembly simulation of the log in a website,
But click login time meet site requirements and slider authentication
Although I know your user name and password, but for the click and slide block validation or not sure how to simulate or skip this step,
Have done to give some directions?
Put to this section, if there is a more appropriate section also asked students to point out that
thank you

CodePudding user response:

Verification code requires a separate analysis, it is mainly used to prevent the action of your program was used to simulate landing
General image recognition, pattern recognition and so on to get verification code

CodePudding user response:

Local is needless to say, to skip, you just need to modify the dom element
As for the server, want to know you through the verification, affirmation is to communicate.

So only two steps to do this.
1. Modify the local dom elements, and set up the corresponding value.
2. The simulation validation request to the server.

To simulate manual operation completely, it will need to use the image recognition and mouse messages of this kind of thing.

CodePudding user response:

http://www.autohotkey.com

CodePudding user response:

reference zhao4zhong1 reply: 3/f
http://www.autohotkey.com

This function is very powerful, but what I need is to implement a train of thought

CodePudding user response:

reference 4 floor believe_me response:
Quote: reference zhao4zhong1 reply: 3/f

http://www.autohotkey.com

This function is very powerful, but what I need is to achieve a train of thought:

Recorded into operation. Ahk script changes after operation, it is not your own?

CodePudding user response:


Principle of slider validation to be clear, or you want to identify where sliding,
Feel the slider only local validation,
The hardest is still a captcha image

CodePudding user response:

Caught see the content of the POST, it must be more than a user name password, and sliding validation data
Js code to read it, how to clear up the position of the sliding into a validation data
And sliding location information is obtained by image processing, converted to validate data POST together
  • Related