A3:2021 | SQL Injection Advanced (2) | Cycubix Docs
Special Characters
/* */ are inline comments
-- , # are line comments
Example: SELECT * FROM users WHERE name = 'admin' -- AND pass = 'pass'; allows query chaining
Example: SELECT * FROM users; DROP TABLE users;',+,|| allows string concatenation
Char() strings without quotes
Example: SELECT * FROM users WHERE name = '+char(27) OR 1=1Special Statements
Union
Joins
PreviousA3:2021 | SQL Injection Advanced (1) | Cycubix DocsNextA3:2021 | SQL Injection Advanced (3) | Cycubix Docs
Last updated
Was this helpful?

