Sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers. It comes with a powerful detection engine, many niche features for the ultimate penetration tester, and a broad range of switches including database fingerprinting, over data fetching from the database, accessing the underlying file system, and executing commands on the operating system via out-of-band connections.
This tool is made for do advance SQLinjection you can use normal url and find SQL vulnerable parameter using autosqlmap script vsqlmap.sh scritp use for auto find database, table, column and data ##Installation Preferably, you can download sqlmap by cloning the Git repository:
git clone https://github.com/hacksudo/vSQLmap
sqlmap works out of the box with Python version 2.6, 2.7 and 3.x on any platform.
##Usage To get a list of basic options and switches use:
sudo chmod +x * sudo ./autosqlmap.sh #This script help you to find SQL parameter
sudo ./sqlmapshell.sh # This help to upload shell on website
sudo ./vsqlmap.sh # This help you to do SQL injection on your SQL parameter url
visit - www.hacksudo.com