Computer Science, asked by lussifer5622, 1 year ago

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 rishuraj46
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