摘要: less-46 前置基础知识: select * from users order by 1 desc ;使用降序(倒序)排列 select * from users order by 1 asc ;使用升序(正序)排列 select right(database(),1);从右至左输出第一个字母 阅读全文
posted @ 2020-01-28 21:12 N0r4h 阅读(294) 评论(0) 推荐(0)
摘要: less-38 前置基础知识:堆叠注入 参考链接:https://www.cnblogs.com/lcamry/p/5762905.html 实际上就是多条sql语句一起使用。 在38关源码中加入输出sql语句的代码: 第一种办法:其实直接可以使用联合查询爆出数据: http://192.168.0 阅读全文
posted @ 2020-01-28 13:51 N0r4h 阅读(509) 评论(0) 推荐(0)