February 2019
Intermediate to advanced
256 pages
7h 34m
English
In this step, we will define the HTTP POST request for login to the vulnerable website. Here is key information of the HTTP POST request for the login. It's assumed that the username is user1 and the password is pass1 in this example. The information can be acquired by using browser network inspector (F12), as follows:
Request URL: http://demo.testfire.net/bank/login.aspxRequest Method: POSTRequest Data: uid=user1&passw=pass1&btnSubmit=Login
To configure JMeter to send the HTTP POST login request, we need to create a Threat Group and the HTTP Request for the test plan. Under the HTTP request, define the values as shown in the following screenshot:
In addition, ...
Read now
Unlock full access