Hi All,
Does anyone know tools that finds SQL Injections?
Thanks in advance,
Does anyone know tool to find SQL Injection?
Moderator: General Moderators
Re: Does anyone know tool to find SQL Injection?
If you don't use mysql_real_escape_string (or the equivalent function for different database systems) then you're open to SQL injection.