User Tools

Site Tools


hacking:sql_injection:mysql:using_integers

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
hacking:sql_injection:mysql:using_integers [2020/04/16 21:59] peterhacking: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! */
 </code> </code>
  
hacking/sql_injection/mysql/using_integers.1587074351.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki