hacking:sql_injection:mysql:using_integers
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
hacking:sql_injection:mysql:using_integers [2020/04/16 21:58] – 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 // This is not an integer it will be a string from Hex. | + | SELECT 0x5045 /* This is not an integer it will be a string from Hex. */ |
- | SELECT 0x50 + 0x45 // This is integer now! | + | |
+ | SELECT 0x50 + 0x45 /* This is integer now! */ | ||
</ | </ | ||
hacking/sql_injection/mysql/using_integers.1587074322.txt.gz · Last modified: 2020/07/15 09:30 (external edit)