Monday, February 11, 2008

Simple but useful tip for SQL Injection on MySQL

If you are trying SQL Injection on MySQL database, then keep in mind --

In MySQL, the -- ” (double-dash) comment style requires the second dash to be followed by at least one whitespace or control character (such as a space, tab, newline, and so on). This syntax differs slightly from standard SQL comment syntax

Best of luck...


No comments: