摘要: SQL注入tips 一、相关sql语句信息 information_schema:表示所有信息,包括库、表、列 information_schema.tables:记录所有表名信息的表 information_schema.columns:记录所有列名信息的表 table_schema:数据库的名称 阅读全文
posted @ 2023-02-22 20:19 Away- 阅读(48) 评论(0) 推荐(0)