I am looking to check my site for potential vulnerabilities, mainly SQL injections.
Parts of my site are password protected so I would need something that could check in those area aswell…
Any recommendations… preferably a free scanner…
I am looking to check my site for potential vulnerabilities, mainly SQL injections.
Parts of my site are password protected so I would need something that could check in those area aswell…
Any recommendations… preferably a free scanner…
If you have been using php and you used mysql_real_escape_string() to sanitise at least all user inputs like username and passwords then you should be very well protected.