I'm using sqlmap on a test site and I wanted to modify some of the data inside of a table. Using the switch "--sql-query".
- What is the correct syntax?
example: is it --sql-query="My_query_here"?
Or maybe its --sql-query='myqueryhere'?
How would I be able to modify multiple rows of data? example: Say I wanted to replace all data with the words. Game Over
Is it possible to drop in a shell?