Does anyone know tool to find SQL Injection?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
pjcvijay
Forum Commoner
Posts: 25
Joined: Tue Sep 09, 2008 6:12 am

Does anyone know tool to find SQL Injection?

Post by pjcvijay »

Hi All,
Does anyone know tools that finds SQL Injections?

Thanks in advance,
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Does anyone know tool to find SQL Injection?

Post 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.
Post Reply