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:59] – peter | hacking:sql_injection:mysql:using_integers [2020/07/15 09:30] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 9: | Line 9: | ||
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.1587074351.txt.gz · Last modified: 2020/07/15 09:30 (external edit)