InterviewSolution
| 1. |
Explain "url Manipulation"? |
|
Answer» URL manipulation is a type of attack in which hackers manipulate the website URL to get the critical INFORMATION. The information is passed in the parameters in the query string VIA HTTP GET method between client and SERVER. Hackers can alter the information between these parameters and get the authentication on the servers and steal the critical DATA. URL manipulation is a type of attack in which hackers manipulate the website URL to get the critical information. The information is passed in the parameters in the query string via HTTP GET method between client and server. Hackers can alter the information between these parameters and get the authentication on the servers and steal the critical data. |
|