hacking:sql_injection:mysql:using_integers
This is an old revision of the document!
Hacking - SQL Injection - MySQL - Using Integers
Very useful for bypassing, magic_quotes() and similar filters, or even WAFs.
You can write hex like these:
0xHEXNUMBER SELECT 0x5045 # This IS NOT an INTEGER it will be a string FROM Hex. SELECT 0x50 + 0x45 # This IS INTEGER now!
hacking/sql_injection/mysql/using_integers.1587074305.txt.gz · Last modified: 2020/07/15 09:30 (external edit)