Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any SQL injection tools out there so I can test my site's vulnerabality?

Are there any SQL injection tools out there so I can test my site for vulnerabilities? Any good ones? Free ones would be good.

like image 332
getaway Avatar asked Sep 30 '10 17:09

getaway


1 Answers

If it is non-commercial (free only for non-commercial use), http://www.nessus.org/nessus/ offers some really good web-app SQL injection tests. It also tests for XSS, and hundreds of known vulnerabilities as well. It helped me find a hole or two.

like image 145
Mahdi.Montgomery Avatar answered Nov 08 '22 09:11

Mahdi.Montgomery