Use the visual studio test function for brute-force cracking.
Before launching a web project, you need to perform an access stress test. However, you do not understand this. Therefore, you have searched the relevant tools online and have not found any suitable tools, I have studied the test project in visual studio 2013, and found that it is quite good. Combined with the database, it can also be used for brute force cracking. I just estimated that more things can be done, if you are interested in the system, you can share it with us.
1. Create a new test project -- template -- Test -- web performance and Load Test Project
2. After the project is created, we will add a request to capture the URL to be cracked in advance. This time, we will use the cracked Sohu mailbox as an example.
3. put the post parameter directly after the get url and set the url attribute to get the result, the password dictionary can be specified below to crack the admin account (no existing password dictionary is available. I will first specify an account column as the password dictionary)
4. the above url has tried too many times of incorrect passwords and the IP address has been blocked, so I can't change to a website with the same steps. Set the loop below and right-click the url and Choose Insert loop, then, all rows can be traversed to achieve brute-force cracking.
5. run the test below to check the parameter changes in the url and the response byte after the request. If the size of the byte is different from that of others, it proves that the request is successful at least.
So far, a basic brute-force cracking process has been completed, and whether it can be successful depends on the character. Of course, there are more professional brute-force cracking tools, but it is quite good to develop. net by moving the mouse.