题目:http://ctf5.shiyanbar.com/web/pcat/index.php

是一道注入的题,主要利用了offset 和 group by with rollup的知识

1.offset的使用

对某道ctf的一点点记录

和limit 0,1效果一样的,试试查一下第一条数据

2.看看group by XX 与 group by XX with rollup的区别

对某道ctf的一点点记录

3.现在正式进入题目

源码:http://ctf5.shiyanbar.com/web/pcat/source.txt

对某道ctf的一点点记录

对某道ctf的一点点记录

对某道ctf的一点点记录

        

相关文章:

  • 2022-12-23
  • 2021-06-18
  • 2022-12-23
  • 2021-12-05
  • 2021-10-19
  • 2022-12-23
  • 2022-12-23
  • 2021-12-03
猜你喜欢
  • 2021-11-29
  • 2022-12-23
  • 2022-12-23
  • 2021-06-13
  • 2021-09-12
  • 2022-12-23
  • 2021-09-05
相关资源
相似解决方案