How to find sql injection vulnerabilities?

k0rp0rate

New Member
Is there a way to find SQL injection vulnerabilities?Note: I am asking how to find them on a server you are in control of so you can fix them. I am not asking about how to detect them on someone else's server to exploit them.Is there a way to find every occurance of \[code\]mysql_query()\[/code\] without opening every page and doing a \[code\]ctrl+f\[/code\]?
 
Back
Top