hackingDNA

SQLmap

Databasekali · parrot

Automated SQL injection detection and exploitation. Use carefully and only in scope.

Install

sudo apt install sqlmap

Common commands

sqlmap -u "https://target.com/page?id=1" --batch
sqlmap -r request.txt --dbs --batch

Use only on systems you are authorized to test. Follow program scope.

Related tools