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 mysql_query()
without opening every page and doing a ctrl+f
?