当前位置:Gxlcms > 数据库问题 > Web安全0004 - MySQL SQL注入 - 查询语法

Web安全0004 - MySQL SQL注入 - 查询语法

时间:2021-07-01 10:21:17 帮助过:4人阅读

查库,select schema_name from information_schema.schemata; 查表,select table_name from information_schema.tables where table_schema=dbname; # 可以是database() 查列,select column_name from information_schema.columns where table_name=tablename; 查数据,select column_name from dbname.tablename; 值可以使用十六进制,这样不需要使用单引号 读取文件不显示,有可能显示在页面源代码中(php代码在页面不显示)

Web安全0004 - MySQL SQL注入 - 查询语法

标签:使用   查询   php   form   ati   table   mysql   column   schema   

人气教程排行