I have to check multiple value for same post parameter.
Example : matrix_id
is my parameter in --data
.
I have the value matrix_id=5896
,
I need to check like matrix_id=5896,5893,5847,5893
. need to check all these specified values.
code will be sqlmap.py -u"myurl" --data"matrix_id=5896,5893,5847,5893" --dbs