SQLInjectionWiki icon indicating copy to clipboard operation
SQLInjectionWiki copied to clipboard

Data types for union based injections

Open JacobReynolds opened this issue 7 years ago • 0 comments

Add a description for unions that require specific data types. We try to use null to be agnostic, but this is not fool proof.

Example: SELECT "mysql","test" UNION SELECT @@version,null The null might need to be a varchar.

https://sqlwiki.netspi.com/tab/injectionTypes/unionBased

JacobReynolds avatar Dec 18 '17 16:12 JacobReynolds