If an attacker uses the command select * from user where name = 'x' and userid is null; --'; which type of sql injection attack is the attacker performing?
Answers
Answered by
0
= "SELECT id FROM clients WHERE username='" + uname + ... An attacker can use SQL Injection to sidestep confirmation or ... Anatomy of a SQL Injection Attack.
Similar questions