在一开始,我按照网上给的步骤,去试
http://127.0.0.1/sqli-labs-master/Less-1/?id=1’
给出的提示如下:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''1'' LIMIT 0,1' at line 1
然后我再尝试:
http://127.0.0.1/sqli-labs-master/Less-1/?id=1’ order by 3 --+
出现如下错误:
Unknown column 'id' in 'where clause'
说没有id那一列,就是是什么问题呢,是我数据库没设置好吗
sql-labs第一关的问题,描述是列不存在
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-