QuestionQ441
Web Application Injection AttacksA web application receives the following input in a malicious request. What is the attacker trying to do?
select accountbalance from user where name = jake' OR 'z'='z';
- A Download database records for a specific application user
- B Combine two input requests into a single query
- C Obtain database records for every application user
- D Add a new user account to the application database
Community Discussion