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:58] peterhacking: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:
  
-<code sql>+<code mysql>
 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! */
 </code> </code>
  
hacking/sql_injection/mysql/using_integers.1587074322.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki