#1
Hi guys
I am having 1 query case like this.
How should I use sqlmap in this case?
Url: abc.com/products/sx-
==========
Code:
Query: SELECT id FROM products WHERE active = 1 AND idSX =
You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1

My sqlmap cmd:
winpty python sqlmap.py -u "abc.com/products/*sx-*" --dbs --random-agent --batch