Which special character or character sequence is often used in SQL injection attacks because it acts as a SQL comment delimiter?
Which special character or character sequence is often used in SQL injection attacks because it acts as a SQL comment delimiter?
The '--' sequence is often used in SQL injection attacks because it acts as a comment delimiter in SQL. This character sequence tells the SQL engine to ignore the rest of the line, which can be exploited by attackers to bypass certain security measures or manipulate queries.
' is a string delimiter, -- is a comment delimiter