RSS
people

SQL Commands

Here is a list of SQL commands and what they do, these would be used in some
injection methods and of course legitimate sql functions.
On thier own they wont exploit anything but eventually youl find an exploit
that needs these and they are good to know for injection or just to better
understand how SQL works.

ABORT — abort the current transaction
ALTER DATABASE — change a database
ALTER GROUP — add users to a group or remove users from a group
ALTER TABLE — change the definition of a table
ALTER TRIGGER — change the definition of a trigger
ALTER USER — change a database user account
ANALYZE —…

Continue reading about SQL Commands

No Comments |