hacking:sql_injection:mysql:using_integers
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
hacking:sql_injection:mysql:using_integers [2020/04/16 21:58] – created peter | hacking:sql_injection:mysql:using_integers [2020/07/15 09:30] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 5: | Line 5: | ||
You can write hex like these: | You can write hex like these: | ||
- | < | + | < |
0xHEXNUMBER | 0xHEXNUMBER | ||
- | SELECT 0x5045 | + | SELECT 0x5045 |
- | SELECT 0x50 + 0x45 # This is integer now! | + | |
+ | 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)