SQLMap
Description
SQLMap is an automated SQL injection tool. It is used to detect and exploit SQL injection vulnerabilities in web applications.
Usage 1: Basic SQL Injection Testing
SQLMap is used to test and exploit SQL injection vulnerabilities in web applications. It automates the detection and exploitation process.
Command:
sqlmap -u "http://target.com/page?id=1" --dbs