Create database triggers with sql-injection without stacked queries
Posted
by Henri
on Stack Overflow
See other posts from Stack Overflow
or by Henri
Published on 2010-03-27T22:00:13Z
Indexed on
2010/03/27
22:03 UTC
Read the original article
Hit count: 283
Currently im working on a research paper about sql-injection with RFID tags and Im curious if it is possible to create a database trigger with an sql injections if stacked queries are disabled. If stacked queries are enabled, of course it is easy (assuming you know the table layout), but what if they're disabled for security reasons.
© Stack Overflow or respective owner