[SQL injection]Bilnd SQL injection

FILE_

The basic of Blind SQL Injection-pride from 해커스쿨
Blind SQL injection mysql-5 from ???

 

BLOG_

blind sql injection(1) – 기초

blind sql injection(2) – 기초

 

FUNCTION_

str = string, char = character, num# = number
same paragraph is similar funtion

substr(str, num1, num2) > return char
mid(str, num1, num2) > return char

length(str) > return number (length of str)

ascii(char) > return number(dec)
hex(char) > return number(hex)

concat(char or str, ..) >return string

char(number) > return (base of ascii)

locate(ori_str,sub_str,[opt]) > return point number
instr(ori_str,sub_str) > return point number
     etc…

 

Conditionals_

if (condition)
    (output)
  else
    (output)
case (condition)
   when (result)
     then (output)
   else
     (output)

     etc…

 

Regex

like (%{string} or _{char})
regex (regex)

글의 문제가 있다면 댓글을 달아 주세요.

이 사이트는 스팸을 줄이는 아키스밋을 사용합니다. 댓글이 어떻게 처리되는지 알아보십시오.