SQl Injection MariaDB
Im found a sql query that is injectable below
“car_info = query(“select models, color, running from cars where manual = 1 AND UID = ‘{}’ LIMIT 1″.format(uid))”)
Where ‘{}’ is the point of injection.
The payload I am tryin… Continue reading SQl Injection MariaDB