查看: 2455|回复: 3

mysql注入求解

[复制链接]
  • TA的每日心情
    郁闷
    2019-12-19 16:52
  • 签到天数: 157 天

    [LV.7]常住居民III

    发表于 2014-12-2 23:15:30 | 显示全部楼层 |阅读模式
    悬赏5i币已解决
    [AppleScript] 纯文本查看 复制代码
    	$id = $_GET['id'];
            $sql = "select * from admin where id='$id'";
            echo $sql;


            变量用单引号包起来后
            在url处输入http://localhost/sqlinject/1.php?id=1' and 1=2/*
            输出的sql语句 为select * from admin where id='1' and 1=2/*'
            

            在url处输入http://localhost/sqlinject/1.php?id=1' and 1=2--
            输出的sql语句为select * from admin where id='1' and 1=2--'
            /*和-- 都没能注释后面的单引号,这该怎么注入自己的语句呢??

    最佳答案

    查看完整内容

    你试试这样: 在url处输入http://localhost/sqlinject/1.php?id=1' and 1=2--' 输出的sql语句为select * from admin where id='1' and 1=2--'' 这样的话''就应该没有什么影响了,个人理解啊
    回复

    使用道具 举报

  • TA的每日心情
    奋斗
    2017-8-21 09:22
  • 签到天数: 181 天

    [LV.7]常住居民III

    发表于 2014-12-2 23:15:31 | 显示全部楼层
    你试试这样:
    在url处输入http://localhost/sqlinject/1.php?id=1' and 1=2--'
    输出的sql语句为select * from admin where id='1' and 1=2--''
    这样的话''就应该没有什么影响了,个人理解啊
    回复

    使用道具 举报

  • TA的每日心情

    2018-12-13 14:00
  • 签到天数: 26 天

    [LV.4]偶尔看看III

    发表于 2015-1-5 14:15:06 | 显示全部楼层
    mysql注释符是-- ,在--后面有个空格,你试试--%20
    回复

    使用道具 举报

    该用户从未签到

    发表于 2015-1-7 21:23:33 | 显示全部楼层

    http://localhost/sqlinject/1.php?id=1' and 1=2 and '1'='1
    select * from admin where id='1' and 1=2 and '1'='1'
    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 注册

    本版积分规则

    指导单位

    江苏省公安厅

    江苏省通信管理局

    浙江省台州刑侦支队

    DEFCON GROUP 86025

    旗下站点

    邮箱系统

    应急响应中心

    红盟安全

    联系我们

    官方QQ群:112851260

    官方邮箱:security#ihonker.org(#改成@)

    官方核心成员

    Archiver|手机版|小黑屋| ( 苏ICP备2021031567号 )

    GMT+8, 2024-12-28 11:46 , Processed in 0.020762 second(s), 10 queries , Gzip On, MemCache On.

    Powered by ihonker.com

    Copyright © 2015-现在.

  • 返回顶部