Page 1 of 1

Does anyone know tool to find SQL Injection?

Posted: Tue Apr 27, 2010 12:47 am
by pjcvijay
Hi All,
Does anyone know tools that finds SQL Injections?

Thanks in advance,

Re: Does anyone know tool to find SQL Injection?

Posted: Tue Apr 27, 2010 1:07 am
by requinix
If you don't use mysql_real_escape_string (or the equivalent function for different database systems) then you're open to SQL injection.