User Tools

Site Tools


hacking:sql_injection:mysql:string_operations

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:string_operations [2020/04/16 22:08] peterhacking:sql_injection:mysql:string_operations [2020/07/15 09:30] (current) – external edit 127.0.0.1
Line 53: Line 53:
  
 ---- ----
 +
 +===== String Modification & Related =====
 +
 +Return ASCII character value of leftmost character.
 +
 +<code sql>
 +ASCII()
 +
 +SELECT ASCII('a')
 +</code>
 +
 +A must have function for Blind SQL Injections. 
 +
 +----
 +
 +Convert an integer of ASCII. 
 +
 +<code sql>
 +CHAR()
 +
 +SELECT CHAR(64)
 +</code>
 +
 +
hacking/sql_injection/mysql/string_operations.1587074909.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki