User Tools

Site Tools


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.1587074331.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki