sqlmap
sqlmap is one of the most popular and powerful SQL injection automation tools written in Python. It's the most powerful hacking tool out there: an open source project that can detect and exploit SQL injection vulnerabilities with its powerful detection engine. With a given vulnerable http request url
, sqlmap can do lot of hacking and exploit remote databases to extract various database elements.
Tip
Read more on sqlmap at, http://sqlmap.org.