I am involved in learning php and mysql. I have a built-in lab (VM) on my computer to test and find out how SQL injection works. When things get complicated, I use sqlmap to use, and then examining the queries he made for my test application using verbose mode and packet capture through wirehark. I ran into a small problem and to specify a parameter in the sqlmap url for testing.
http:
I want sqlmap to scan the song parameter , so I tried these solutions
-u http:
-u http:
Tried various options, adding and removing quotation marks and equal characters not working. I even tried setting the maximum level --risk to a level, but it still cannot get the last parameter.
I would be very grateful if the expert can help me with this. Thank.
source
share