Possible Duplicate:
Tools to check for common vulnerabilities?

Are there any applications out there that can run random queries against my website and try and find holes in it? My particular concern is sql injections?

link|improve this question

50% accept rate
feedback

migrated from superuser.com Oct 30 '11 at 15:11

This question came from our site for computer enthusiasts and power users.

closed as exact duplicate by John Conde Oct 30 '11 at 19:27

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

2 Answers

Some assembly... i mean research and learning required, but metasploit is a good bet. sqlninja is also worth taking a look at, if you're specifically worried about sql injections

link|improve this answer
feedback

use Havij for checking for sql injection vulnerabilities.

Acunetix Web Vulnerability Scanner for all other scans.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.